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

Unified Diff: services/shell/standalone/context.cc

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
Patch Set: . Created 4 years, 8 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/shell/standalone/DEPS ('k') | services/shell/standalone/tracer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/standalone/context.cc
diff --git a/services/shell/standalone/context.cc b/services/shell/standalone/context.cc
index 3e295dc7cf8276adc8118936ed667696db009dfe..0588726953a4cb54a89b926c1c708a2180cd6b2b 100644
--- a/services/shell/standalone/context.cc
+++ b/services/shell/standalone/context.cc
@@ -29,19 +29,19 @@
#include "components/tracing/tracing_switches.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
-#include "mojo/services/catalog/factory.h"
-#include "mojo/services/catalog/store.h"
-#include "mojo/services/tracing/public/cpp/switches.h"
-#include "mojo/services/tracing/public/cpp/trace_provider_impl.h"
-#include "mojo/services/tracing/public/cpp/tracing_impl.h"
-#include "mojo/services/tracing/public/interfaces/tracing.mojom.h"
#include "mojo/util/filename_util.h"
+#include "services/catalog/factory.h"
+#include "services/catalog/store.h"
#include "services/shell/connect_params.h"
#include "services/shell/public/cpp/names.h"
#include "services/shell/runner/host/in_process_native_runner.h"
#include "services/shell/runner/host/out_of_process_native_runner.h"
#include "services/shell/standalone/tracer.h"
#include "services/shell/switches.h"
+#include "services/tracing/public/cpp/switches.h"
+#include "services/tracing/public/cpp/trace_provider_impl.h"
+#include "services/tracing/public/cpp/tracing_impl.h"
+#include "services/tracing/public/interfaces/tracing.mojom.h"
#if defined(OS_MACOSX)
#include "services/shell/runner/host/mach_broker.h"
« no previous file with comments | « services/shell/standalone/DEPS ('k') | services/shell/standalone/tracer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698