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

Unified Diff: mojo/services/tracing/main.cc

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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
Index: mojo/services/tracing/main.cc
diff --git a/mojo/services/tracing/main.cc b/mojo/services/tracing/main.cc
index 336fd2cc5abf3aa07eac33773fe1f77369e2d6a8..b0717ef46a3e3a67e7e64247464ad5e489624cb2 100644
--- a/mojo/services/tracing/main.cc
+++ b/mojo/services/tracing/main.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "mojo/application/application_runner_chromium.h"
+#include "mojo/application/public/cpp/application_impl.h"
#include "mojo/public/c/system/main.h"
-#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/services/tracing/tracing_app.h"
MojoResult MojoMain(MojoHandle shell_handle) {

Powered by Google App Engine
This is Rietveld 408576698