Chromium Code Reviews| Index: ash/test/test_suite.h |
| =================================================================== |
| --- ash/test/test_suite.h (revision 115744) |
| +++ ash/test/test_suite.h (working copy) |
| @@ -9,7 +9,7 @@ |
| #include "base/compiler_specific.h" |
| #include "base/test/test_suite.h" |
| -namespace aura_shell { |
| +namespace ash { |
| namespace test { |
| class AuraShellTestSuite : public base::TestSuite { |
| @@ -23,6 +23,6 @@ |
| }; |
| } // namespace test |
| -} // namespace aura_shell |
| +} // namespace ash |
| #endif // ASH_TEST_TEST_SUITE_H_ |