Index: content/browser/device_orientation/provider_impl.h |
diff --git a/content/browser/device_orientation/provider_impl.h b/content/browser/device_orientation/provider_impl.h |
index 6706f06cbdb0b6349ffbd5908fc31fb6306e7bdf..be7cf3b048d97fee9b8b64322e0dfc0a0dde8484 100644 |
--- a/content/browser/device_orientation/provider_impl.h |
+++ b/content/browser/device_orientation/provider_impl.h |
@@ -16,7 +16,9 @@ |
#include "content/browser/device_orientation/provider.h" |
#include "content/common/content_export.h" |
+namespace base { |
class MessageLoop; |
+} |
namespace content { |
@@ -55,7 +57,7 @@ class ProviderImpl : public Provider { |
// The Message Loop on which this object was created. |
// Typically the I/O loop, but may be something else during testing. |
- MessageLoop* creator_loop_; |
+ base::MessageLoop* creator_loop_; |
// Members below are only to be used from the creator_loop_. |
DataFetcherFactory factory_; |