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

Unified Diff: services/tracing/tracing_app.h

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/tracing/tracing.gyp ('k') | services/tracing/tracing_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/tracing_app.h
diff --git a/mojo/services/tracing/tracing_app.h b/services/tracing/tracing_app.h
similarity index 89%
rename from mojo/services/tracing/tracing_app.h
rename to services/tracing/tracing_app.h
index 740b31ff31dc2d314631cbb9c09cf15c6a943b5f..48b67e48e3b965490af945dcaf18d71a7827be5f 100644
--- a/mojo/services/tracing/tracing_app.h
+++ b/services/tracing/tracing_app.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_TRACING_TRACING_APP_H_
-#define MOJO_SERVICES_TRACING_TRACING_APP_H_
+#ifndef SERVICES_TRACING_TRACING_APP_H_
+#define SERVICES_TRACING_TRACING_APP_H_
#include <stdint.h>
@@ -13,11 +13,11 @@
#include "mojo/public/cpp/bindings/binding_set.h"
#include "mojo/public/cpp/bindings/interface_ptr_set.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
-#include "mojo/services/tracing/public/interfaces/tracing.mojom.h"
-#include "mojo/services/tracing/trace_data_sink.h"
-#include "mojo/services/tracing/trace_recorder_impl.h"
#include "services/shell/public/cpp/interface_factory.h"
#include "services/shell/public/cpp/shell_client.h"
+#include "services/tracing/public/interfaces/tracing.mojom.h"
+#include "services/tracing/trace_data_sink.h"
+#include "services/tracing/trace_recorder_impl.h"
namespace tracing {
@@ -78,4 +78,4 @@ class TracingApp
} // namespace tracing
-#endif // MOJO_SERVICES_TRACING_TRACING_APP_H_
+#endif // SERVICES_TRACING_TRACING_APP_H_
« no previous file with comments | « services/tracing/tracing.gyp ('k') | services/tracing/tracing_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698