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

Unified Diff: services/service_manager/native_runner.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 | « services/service_manager/manifest.json ('k') | services/service_manager/native_runner_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/native_runner.h
diff --git a/services/service_manager/native_runner.h b/services/service_manager/native_runner.h
index 9123630fe01da6582b7f36215b1e4da66eb03439..12f0b121f602edbae7c57cb8ee57a465183b11d5 100644
--- a/services/service_manager/native_runner.h
+++ b/services/service_manager/native_runner.h
@@ -16,7 +16,7 @@ namespace base {
class FilePath;
}
-namespace shell {
+namespace service_manager {
class Identity;
// Shell requires implementations of NativeRunner and NativeRunnerFactory to run
@@ -43,6 +43,6 @@ class NativeRunnerFactory {
const base::FilePath& app_path) = 0;
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_NATIVE_RUNNER_H_
« no previous file with comments | « services/service_manager/manifest.json ('k') | services/service_manager/native_runner_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698