Index: content/browser/device_orientation/accelerometer_mac.h |
diff --git a/content/browser/device_orientation/accelerometer_mac.h b/content/browser/device_orientation/accelerometer_mac.h |
index 48f8f795697d22db46c9e8bd4240a3fefb571b71..654ae83e843e260bf08d3bf8393e9432f69e48e2 100644 |
--- a/content/browser/device_orientation/accelerometer_mac.h |
+++ b/content/browser/device_orientation/accelerometer_mac.h |
@@ -14,7 +14,7 @@ |
class SuddenMotionSensor; |
-namespace device_orientation { |
+namespace content { |
class Orientation; |
@@ -35,6 +35,6 @@ class AccelerometerMac : public DataFetcher { |
scoped_ptr<SuddenMotionSensor> sudden_motion_sensor_; |
}; |
-} // namespace device_orientation |
+} // namespace content |
#endif // CONTENT_BROWSER_DEVICE_ORIENTATION_ACCELEROMETER_MAC_H_ |