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

Unified Diff: mojo/runner/android/ui_application_loader_android.h

Issue 1107233002: Move runner stuff into a runner namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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/runner/android/ui_application_loader_android.h
diff --git a/mojo/runner/android/ui_application_loader_android.h b/mojo/runner/android/ui_application_loader_android.h
index 46aefa7d8c3bff23bb45175d5e4e7af684db8bef..be2be155c2dab5d79565a167e9d4ad933cd3958b 100644
--- a/mojo/runner/android/ui_application_loader_android.h
+++ b/mojo/runner/android/ui_application_loader_android.h
@@ -14,14 +14,14 @@ class MessageLoop;
}
namespace mojo {
-namespace shell {
+namespace runner {
class ApplicationManager;
// ApplicationLoader implementation that creates a background thread and issues
// load
// requests there.
-class UIApplicationLoader : public ApplicationLoader {
+class UIApplicationLoader : public shell::ApplicationLoader {
public:
UIApplicationLoader(scoped_ptr<ApplicationLoader> real_loader,
base::MessageLoop* ui_message_loop);
@@ -48,7 +48,7 @@ class UIApplicationLoader : public ApplicationLoader {
DISALLOW_COPY_AND_ASSIGN(UIApplicationLoader);
};
-} // namespace shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_ANDROID_UI_APPLICATION_LOADER_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698