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

Unified Diff: shell/dynamic_service_runner.cc

Issue 981733002: Rename {In,OutOf}ProcessDynamicServiceRunner -> ...NativeRunner. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove incorrect/flaky NOTREACHED() Created 5 years, 10 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 | « shell/context.cc ('k') | shell/in_process_dynamic_service_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/dynamic_service_runner.cc
diff --git a/shell/dynamic_service_runner.cc b/shell/dynamic_service_runner.cc
index ca473fcb13a8f44ad26944734b5fd714017ab5ee..2f62c212b55cf52883d5bce79322ab62262fd00a 100644
--- a/shell/dynamic_service_runner.cc
+++ b/shell/dynamic_service_runner.cc
@@ -41,7 +41,7 @@ bool SetThunks(Thunks (*make_thunks)(),
base::NativeLibrary LoadAndRunNativeApplication(
const base::FilePath& app_path,
- mojo::NativeRunner::CleanupBehavior cleanup_behavior,
+ NativeRunner::CleanupBehavior cleanup_behavior,
InterfaceRequest<Application> application_request) {
DVLOG(2) << "Loading/running Mojo app in process from library: "
<< app_path.value();
« no previous file with comments | « shell/context.cc ('k') | shell/in_process_dynamic_service_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698