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

Unified Diff: services/service_manager/public/cpp/standalone_service/mach_broker.cc

Issue 2557213002: Build services as standalone executables (Closed)
Patch Set: remove DCHECKs with side effects -_- Created 4 years 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
Index: services/service_manager/public/cpp/standalone_service/mach_broker.cc
diff --git a/services/service_manager/runner/host/mach_broker.cc b/services/service_manager/public/cpp/standalone_service/mach_broker.cc
similarity index 92%
rename from services/service_manager/runner/host/mach_broker.cc
rename to services/service_manager/public/cpp/standalone_service/mach_broker.cc
index 451a7fa0b5a21100e3f76ab508878bf4615e5e80..8f8c6708dce0a6addfe2f3f8e525cd6dcf061156 100644
--- a/services/service_manager/runner/host/mach_broker.cc
+++ b/services/service_manager/public/cpp/standalone_service/mach_broker.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/service_manager/runner/host/mach_broker.h"
+#include "services/service_manager/public/cpp/standalone_service/mach_broker.h"
#include "base/logging.h"
#include "base/memory/singleton.h"

Powered by Google App Engine
This is Rietveld 408576698