| 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_
|
|
|