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

Unified Diff: chrome/service/service_main.cc

Issue 7485011: Virtual Cloud Print Driver for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed copyright Created 9 years, 4 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 | « chrome/service/service_ipc_server.cc ('k') | chrome/service/service_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_main.cc
diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc
index 9242c173f9aec0c93f59087ed37f5cf0390a7db6..bd5e66f395ebed12ba69fbb00f11d8d506fed2d3 100644
--- a/chrome/service/service_main.cc
+++ b/chrome/service/service_main.cc
@@ -12,7 +12,7 @@
#if defined(OS_WIN)
#include "content/common/sandbox_policy.h"
#elif defined(OS_MACOSX)
-#include "content/common/chrome_application_mac.h"
+#include "chrome/service/chrome_service_application_mac.h"
#endif // defined(OS_WIN)
// Mainline routine for running as the service process.
@@ -27,7 +27,7 @@ int ServiceProcessMain(const MainFunctionParams& parameters) {
<< parameters.command_line_.GetCommandLineString();
#if defined(OS_MACOSX)
- chrome_application_mac::RegisterCrApp();
+ chrome_service_application_mac::RegisterServiceCrApp();
#endif
base::PlatformThread::SetName("CrServiceMain");
« no previous file with comments | « chrome/service/service_ipc_server.cc ('k') | chrome/service/service_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698