Commit 1e24f7e3 authored by tfarina's avatar tfarina Committed by Commit bot

Cleanup: Fix some content includes that were not using full qualified paths.

These entries were found using a modified version of Eric's
fix-includes.py script found attached in
https://code.google.com/p/chromium/issues/detail?id=435361#c4.

BUG=435361
TEST=content_unittests
R=avi@chromium.org

Review URL: https://codereview.chromium.org/952323002

Cr-Commit-Position: refs/heads/master@{#318232}
parent c2d96fa8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "data_fetcher_shared_memory.h" #include "content/browser/device_sensors/data_fetcher_shared_memory.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/metrics/histogram.h" #include "base/metrics/histogram.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "data_fetcher_shared_memory.h" #include "content/browser/device_sensors/data_fetcher_shared_memory.h"
#include "base/logging.h" #include "base/logging.h"
#include "base/metrics/histogram.h" #include "base/metrics/histogram.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "data_fetcher_shared_memory.h" #include "content/browser/device_sensors/data_fetcher_shared_memory.h"
#include <GuidDef.h> #include <GuidDef.h>
#include <InitGuid.h> #include <InitGuid.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "mock_url_request_delegate.h" #include "content/browser/fileapi/mock_url_request_delegate.h"
#include "base/profiler/scoped_tracker.h" #include "base/profiler/scoped_tracker.h"
#include "base/run_loop.h" #include "base/run_loop.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "battery_status_dispatcher.h" #include "content/renderer/battery_status/battery_status_dispatcher.h"
#include "content/public/test/mock_render_thread.h" #include "content/public/test/mock_render_thread.h"
#include "content/public/test/test_utils.h" #include "content/public/test/test_utils.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "screen_orientation_dispatcher.h" #include "content/renderer/screen_orientation/screen_orientation_dispatcher.h"
#include <list> #include <list>
...@@ -23,8 +23,7 @@ namespace content { ...@@ -23,8 +23,7 @@ namespace content {
// callback is resolved, it will be killed so we use the // callback is resolved, it will be killed so we use the
// LockOrientationResultHolder to know in which state the callback object is at // LockOrientationResultHolder to know in which state the callback object is at
// any time. // any time.
class MockLockOrientationCallback : class MockLockOrientationCallback : public blink::WebLockOrientationCallback {
public blink::WebLockOrientationCallback {
public: public:
struct LockOrientationResultHolder { struct LockOrientationResultHolder {
LockOrientationResultHolder() LockOrientationResultHolder()
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "shared_memory_seqlock_reader.h" #include "content/renderer/shared_memory_seqlock_reader.h"
namespace content { namespace content {
namespace internal { namespace internal {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment