| Index: content/browser/device_orientation/provider_unittest.cc
|
| diff --git a/content/browser/device_orientation/provider_unittest.cc b/content/browser/device_orientation/provider_unittest.cc
|
| index a80b0353591e29db98e5aac342f99ec5a10a14bb..471efa493e0d96e52d368876a632e2842f6310c6 100644
|
| --- a/content/browser/device_orientation/provider_unittest.cc
|
| +++ b/content/browser/device_orientation/provider_unittest.cc
|
| @@ -14,7 +14,7 @@
|
| #include "content/browser/device_orientation/provider_impl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace device_orientation {
|
| +namespace content {
|
| namespace {
|
|
|
| // Class for testing multiple types of device data.
|
| @@ -585,4 +585,4 @@ TEST_F(DeviceOrientationProviderTest, OrientationSignificantlyDifferent) {
|
|
|
| } // namespace
|
|
|
| -} // namespace device_orientation
|
| +} // namespace content
|
|
|