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

Unified Diff: mojo/runner/android/native_viewport_application_loader.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
« no previous file with comments | « mojo/runner/android/main.cc ('k') | mojo/runner/android/native_viewport_application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/android/native_viewport_application_loader.h
diff --git a/mojo/runner/android/native_viewport_application_loader.h b/mojo/runner/android/native_viewport_application_loader.h
index 210369a9808197cc20fee319ec1e440cf6d359d4..b71400893046a9d565b595678645104824f0e69f 100644
--- a/mojo/runner/android/native_viewport_application_loader.h
+++ b/mojo/runner/android/native_viewport_application_loader.h
@@ -20,9 +20,9 @@ namespace mojo {
class ApplicationImpl;
-namespace shell {
+namespace runner {
-class NativeViewportApplicationLoader : public ApplicationLoader,
+class NativeViewportApplicationLoader : public shell::ApplicationLoader,
public ApplicationDelegate,
public InterfaceFactory<NativeViewport>,
public InterfaceFactory<Gpu> {
@@ -52,7 +52,7 @@ class NativeViewportApplicationLoader : public ApplicationLoader,
DISALLOW_COPY_AND_ASSIGN(NativeViewportApplicationLoader);
};
-} // namespace shell
+} // namespace runner
} // namespace mojo
#endif // MOJO_RUNNER_ANDROID_NATIVE_VIEWPORT_APPLICATION_LOADER_H_
« no previous file with comments | « mojo/runner/android/main.cc ('k') | mojo/runner/android/native_viewport_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698