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

Unified Diff: services/debugger/trace_collector.h

Issue 1151573010: Pull Sky debugger up to services/debugger. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/debugger/debugger.cc ('k') | services/debugger/trace_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/debugger/trace_collector.h
diff --git a/sky/tools/debugger/trace_collector.h b/services/debugger/trace_collector.h
similarity index 82%
rename from sky/tools/debugger/trace_collector.h
rename to services/debugger/trace_collector.h
index 8c6c322f6e8ee99c4f65e826755dabcca4dc09e8..43ea7711c101c1784409f5c2c9e100dde0923795 100644
--- a/sky/tools/debugger/trace_collector.h
+++ b/services/debugger/trace_collector.h
@@ -2,15 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SKY_TOOLS_DEBUGGER_TRACE_COLLECTOR_H_
-#define SKY_TOOLS_DEBUGGER_TRACE_COLLECTOR_H_
+#ifndef SERVICES_DEBUGGER_TRACE_COLLECTOR_H_
+#define SERVICES_DEBUGGER_TRACE_COLLECTOR_H_
#include <vector>
#include "base/callback.h"
#include "mojo/common/data_pipe_drainer.h"
-namespace sky {
namespace debugger {
class TraceCollector : public mojo::common::DataPipeDrainer::Client {
@@ -35,6 +34,5 @@ class TraceCollector : public mojo::common::DataPipeDrainer::Client {
};
} // namespace debugger
-} // namespace sky
-#endif // SKY_TOOLS_DEBUGGER_TRACE_COLLECTOR_H_
+#endif // SERVICES_DEBUGGER_TRACE_COLLECTOR_H_
« no previous file with comments | « services/debugger/debugger.cc ('k') | services/debugger/trace_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698