| Index: content/browser/device_orientation/orientation.cc
|
| diff --git a/content/browser/device_orientation/orientation.cc b/content/browser/device_orientation/orientation.cc
|
| index d6d630e5e23589b62700635b6bcb0d9f2e43b23d..c0dcfd05f4f867781195f5fe930d2659d98dcf97 100644
|
| --- a/content/browser/device_orientation/orientation.cc
|
| +++ b/content/browser/device_orientation/orientation.cc
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "content/common/device_orientation_messages.h"
|
|
|
| -namespace device_orientation {
|
| +namespace content {
|
|
|
| Orientation::Orientation()
|
| : can_provide_alpha_(false),
|
| @@ -67,4 +67,4 @@ bool Orientation::IsElementSignificantlyDifferent(bool can_provide_element1,
|
| return false;
|
| }
|
|
|
| -} // namespace device_orientation
|
| +} // namespace content
|
|
|