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

Unified Diff: mojo/runner/android/native_viewport_application_loader.cc

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/native_viewport_application_loader.cc
diff --git a/mojo/runner/android/native_viewport_application_loader.cc b/mojo/runner/android/native_viewport_application_loader.cc
index e2a8afe562ad2d59955a58c457f23d01e0781dce..815cc05374af77acf8703458953bb45ceab71203 100644
--- a/mojo/runner/android/native_viewport_application_loader.cc
+++ b/mojo/runner/android/native_viewport_application_loader.cc
@@ -9,7 +9,7 @@
#include "mojo/public/cpp/application/application_impl.h"
namespace mojo {
-namespace shell {
+namespace runner {
NativeViewportApplicationLoader::NativeViewportApplicationLoader() {
}
@@ -46,5 +46,5 @@ void NativeViewportApplicationLoader::Create(ApplicationConnection* connection,
new gles2::GpuImpl(request.Pass(), gpu_state_);
}
-} // namespace shell
+} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/android/native_viewport_application_loader.h ('k') | mojo/runner/android/run_android_application_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698