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

Unified Diff: sky/tools/debugger/trace_collector.h

Issue 883983004: Rename SkyDebugger to KioskWM and move to /services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename to KioskWM per discussion with jamesr Created 5 years, 11 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
Index: sky/tools/debugger/trace_collector.h
diff --git a/sky/tools/debugger/prompt/trace_collector.h b/sky/tools/debugger/trace_collector.h
similarity index 84%
rename from sky/tools/debugger/prompt/trace_collector.h
rename to sky/tools/debugger/trace_collector.h
index 773a4021442c665fcc8b266be9c7946d03cb0a17..ce8db02de6f04106c6c95a6d08de0ca9c790d3a7 100644
--- a/sky/tools/debugger/prompt/trace_collector.h
+++ b/sky/tools/debugger/trace_collector.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 SKY_TOOLS_DEBUGGER_PROMPT_TRACE_COLLECTOR_H_
-#define SKY_TOOLS_DEBUGGER_PROMPT_TRACE_COLLECTOR_H_
+#ifndef SKY_TOOLS_DEBUGGER_TRACE_COLLECTOR_H_
+#define SKY_TOOLS_DEBUGGER_TRACE_COLLECTOR_H_
#include <vector>
@@ -37,4 +37,4 @@ class TraceCollector : public mojo::common::DataPipeDrainer::Client {
} // namespace debugger
} // namespace sky
-#endif // SKY_TOOLS_DEBUGGER_PROMPT_TRACE_COLLECTOR_H_
+#endif // SKY_TOOLS_DEBUGGER_TRACE_COLLECTOR_H_

Powered by Google App Engine
This is Rietveld 408576698