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

Unified Diff: services/navigation/main.cc

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/file/file_service.cc ('k') | services/navigation/navigation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/main.cc
diff --git a/services/navigation/main.cc b/services/navigation/main.cc
index ae76224e1c9a0f98382f7bb8276aab9a8455b125..cdb340263fb1591942a6bfeb0cfd061fbbf9e935 100644
--- a/services/navigation/main.cc
+++ b/services/navigation/main.cc
@@ -24,7 +24,7 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
int main(int argc, const char** argv) {
#endif
base::CommandLine::Init(argc, argv);
- shell::WaitForDebuggerIfNecessary();
+ service_manager::WaitForDebuggerIfNecessary();
#if !defined(OFFICIAL_BUILD)
#if defined(OS_WIN)
« no previous file with comments | « services/file/file_service.cc ('k') | services/navigation/navigation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698