diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:54:36 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:54:36 +0000 |
commit | d9c2e51c51468cc6c514294d04314bcafc80f468 (patch) | |
tree | f0acf2c93a84cd98ab96f438da818e0e43e72ae3 /content/browser/system_message_window_win_unittest.cc | |
parent | 7a91c555f3e057f8be9010a4e5385678ce822c28 (diff) | |
download | chromium_src-d9c2e51c51468cc6c514294d04314bcafc80f468.zip chromium_src-d9c2e51c51468cc6c514294d04314bcafc80f468.tar.gz chromium_src-d9c2e51c51468cc6c514294d04314bcafc80f468.tar.bz2 |
Revert 164120 - content/browser: Move more files into the content namespace.
Fixed most of the files found with the following command line:
$ git grep --files-without-match --name-only "namespace content {" -- content/browser/{*.cc,*.h.*.mm}
R=jam@chromium.org
Review URL: https://codereview.chromium.org/11274038
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/11273049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/system_message_window_win_unittest.cc')
-rw-r--r-- | content/browser/system_message_window_win_unittest.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/content/browser/system_message_window_win_unittest.cc b/content/browser/system_message_window_win_unittest.cc index 0d1416d..1c03de5 100644 --- a/content/browser/system_message_window_win_unittest.cc +++ b/content/browser/system_message_window_win_unittest.cc @@ -14,11 +14,9 @@ #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -namespace content { - class SystemMessageWindowWinTest : public testing::Test { public: - virtual ~SystemMessageWindowWinTest() {} + virtual ~SystemMessageWindowWinTest() { } protected: virtual void SetUp() OVERRIDE { @@ -41,5 +39,3 @@ TEST_F(SystemMessageWindowWinTest, RandomMessage) { window_.OnDeviceChange(DBT_DEVICEQUERYREMOVE, NULL); message_loop_.RunAllPending(); } - -} // namespace content |