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(); |