Index: content/browser/device_orientation/data_fetcher.h |
diff --git a/content/browser/device_orientation/data_fetcher.h b/content/browser/device_orientation/data_fetcher.h |
index d00f03a7086a367ced005085a18ef02c989f4d10..0e739cddbf0f5b9e08b16f75de3b7ac6974f8095 100644 |
--- a/content/browser/device_orientation/data_fetcher.h |
+++ b/content/browser/device_orientation/data_fetcher.h |
@@ -7,7 +7,7 @@ |
#include "content/browser/device_orientation/device_data.h" |
-namespace device_orientation { |
+namespace content { |
class DataFetcher { |
public: |
@@ -19,6 +19,6 @@ class DataFetcher { |
virtual const DeviceData* GetDeviceData(DeviceData::Type type) = 0; |
}; |
-} // namespace device_orientation |
+} // namespace content |
#endif // CONTENT_BROWSER_DEVICE_ORIENTATION_DATA_FETCHER_H_ |