diff options
author | aousterh@chromium.org <aousterh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 11:26:33 +0000 |
---|---|---|
committer | aousterh@chromium.org <aousterh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 11:26:33 +0000 |
commit | 82ebf8bc50c6acf951c422c33ada6f9738fc86ce (patch) | |
tree | 30d6108ac4c60877fec2a21ddd091351a7ee9de0 /content/browser/device_orientation/provider_unittest.cc | |
parent | 80792614ff8da892107e5f28075722322d730ead (diff) | |
download | chromium_src-82ebf8bc50c6acf951c422c33ada6f9738fc86ce.zip chromium_src-82ebf8bc50c6acf951c422c33ada6f9738fc86ce.tar.gz chromium_src-82ebf8bc50c6acf951c422c33ada6f9738fc86ce.tar.bz2 |
Moves device_orientation to content namespace
Code in content/ should be in the content namespace.
TBR=jam
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10823318
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/device_orientation/provider_unittest.cc')
-rw-r--r-- | content/browser/device_orientation/provider_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/device_orientation/provider_unittest.cc b/content/browser/device_orientation/provider_unittest.cc index a80b035..471efa4 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 |