Index: content/browser/device_orientation/device_data.h |
diff --git a/content/browser/device_orientation/device_data.h b/content/browser/device_orientation/device_data.h |
index 6471418807271c80ee11ce56228a658a6e68f4f8..84d28c7880918aeb06bcab46056996f1797b1c75 100644 |
--- a/content/browser/device_orientation/device_data.h |
+++ b/content/browser/device_orientation/device_data.h |
@@ -12,7 +12,7 @@ namespace IPC { |
class Message; |
} |
-namespace device_orientation { |
+namespace content { |
class CONTENT_EXPORT DeviceData : |
public base::RefCountedThreadSafe<DeviceData> { |
@@ -35,6 +35,6 @@ class CONTENT_EXPORT DeviceData : |
DISALLOW_COPY_AND_ASSIGN(DeviceData); |
}; |
-} // namespace device_orientation |
+} // namespace content |
#endif // CONTENT_BROWSER_DEVICE_ORIENTATION_DEVICE_DATA_H_ |