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

Unified Diff: mojo/shell/standalone/tracer.cc

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « mojo/shell/standalone/tracer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/tracer.cc
diff --git a/mojo/runner/tracer.cc b/mojo/shell/standalone/tracer.cc
similarity index 98%
rename from mojo/runner/tracer.cc
rename to mojo/shell/standalone/tracer.cc
index a32711310ed573f976c926708c7dee3faa64e516..d7aaaf778774f0b61e11a7960f55ed41ed880600 100644
--- a/mojo/runner/tracer.cc
+++ b/mojo/shell/standalone/tracer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/runner/tracer.h"
+#include "mojo/shell/standalone/tracer.h"
#include <stddef.h>
#include <stdio.h>
@@ -17,7 +17,7 @@
#include "base/trace_event/trace_event.h"
namespace mojo {
-namespace runner {
+namespace shell {
Tracer::Tracer()
: tracing_(false), first_chunk_written_(false), trace_file_(nullptr) {}
@@ -160,5 +160,5 @@ void Tracer::WriteCommaIfNeeded() {
first_chunk_written_ = true;
}
-} // namespace runner
+} // namespace shell
} // namespace mojo
« no previous file with comments | « mojo/shell/standalone/tracer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698