Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: mojo/shell/standalone/android/ui_application_loader_android.h

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698