| Index: mojo/shell/standalone/android/ui_application_loader_android.h
|
| diff --git a/mojo/runner/android/ui_application_loader_android.h b/mojo/shell/standalone/android/ui_application_loader_android.h
|
| similarity index 81%
|
| rename from mojo/runner/android/ui_application_loader_android.h
|
| rename to mojo/shell/standalone/android/ui_application_loader_android.h
|
| index be2be155c2dab5d79565a167e9d4ad933cd3958b..c990ace952c5adacf49317b075b7e4b1f39e99b7 100644
|
| --- a/mojo/runner/android/ui_application_loader_android.h
|
| +++ b/mojo/shell/standalone/android/ui_application_loader_android.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_RUNNER_ANDROID_UI_APPLICATION_LOADER_ANDROID_H_
|
| -#define MOJO_RUNNER_ANDROID_UI_APPLICATION_LOADER_ANDROID_H_
|
| +#ifndef MOJO_SHELL_STANDALONE_ANDROID_UI_APPLICATION_LOADER_ANDROID_H_
|
| +#define MOJO_SHELL_STANDALONE_ANDROID_UI_APPLICATION_LOADER_ANDROID_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -14,14 +14,14 @@ class MessageLoop;
|
| }
|
|
|
| namespace mojo {
|
| -namespace runner {
|
| +namespace shell {
|
|
|
| class ApplicationManager;
|
|
|
| // ApplicationLoader implementation that creates a background thread and issues
|
| // load
|
| // requests there.
|
| -class UIApplicationLoader : public shell::ApplicationLoader {
|
| +class UIApplicationLoader : public ApplicationLoader {
|
| public:
|
| UIApplicationLoader(scoped_ptr<ApplicationLoader> real_loader,
|
| base::MessageLoop* ui_message_loop);
|
| @@ -48,7 +48,7 @@ class UIApplicationLoader : public shell::ApplicationLoader {
|
| DISALLOW_COPY_AND_ASSIGN(UIApplicationLoader);
|
| };
|
|
|
| -} // namespace runner
|
| +} // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_RUNNER_ANDROID_UI_APPLICATION_LOADER_ANDROID_H_
|
| +#endif // MOJO_SHELL_STANDALONE_ANDROID_UI_APPLICATION_LOADER_ANDROID_H_
|
|
|