| Index: shell/android/background_application_loader.cc
|
| diff --git a/shell/android/background_application_loader.cc b/shell/android/background_application_loader.cc
|
| index 6260c2f8faa599f8e032839f8729cac2a3922de8..f35c45ec55d3584bda283c73d130d57f74cc5a34 100644
|
| --- a/shell/android/background_application_loader.cc
|
| +++ b/shell/android/background_application_loader.cc
|
| @@ -9,6 +9,7 @@
|
| #include "shell/application_manager/application_manager.h"
|
|
|
| namespace mojo {
|
| +namespace shell {
|
|
|
| BackgroundApplicationLoader::BackgroundApplicationLoader(
|
| scoped_ptr<ApplicationLoader> real_loader,
|
| @@ -68,4 +69,5 @@ void BackgroundApplicationLoader::LoadOnBackgroundThread(
|
| loader_->Load(url, application_request.Pass());
|
| }
|
|
|
| +} // namespace shell
|
| } // namespace mojo
|
|
|