| Index: shell/android/background_application_loader_unittest.cc
|
| diff --git a/shell/android/background_application_loader_unittest.cc b/shell/android/background_application_loader_unittest.cc
|
| index bf8873dccb26df82a656f0101da4be9204785c65..e07d79d13cca10a47ad0b11e0614c28a323d7d43 100644
|
| --- a/shell/android/background_application_loader_unittest.cc
|
| +++ b/shell/android/background_application_loader_unittest.cc
|
| @@ -8,7 +8,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| -
|
| +namespace shell {
|
| namespace {
|
|
|
| class DummyLoader : public ApplicationLoader {
|
| @@ -29,8 +29,6 @@ class DummyLoader : public ApplicationLoader {
|
| bool simulate_app_quit_;
|
| };
|
|
|
| -} // namespace
|
| -
|
| // Tests that the loader can start and stop gracefully.
|
| TEST(BackgroundApplicationLoaderTest, StartStop) {
|
| scoped_ptr<ApplicationLoader> real_loader(new DummyLoader());
|
| @@ -48,4 +46,6 @@ TEST(BackgroundApplicationLoaderTest, Load) {
|
| loader.Load(GURL(), GetProxy(&application));
|
| }
|
|
|
| +} // namespace
|
| +} // namespace shell
|
| } // namespace mojo
|
|
|