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

Unified Diff: mojo/runner/shell_apptest.cc

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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/runner/out_of_process_native_runner.cc ('k') | mojo/runner/shell_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/shell_apptest.cc
diff --git a/mojo/shell/shell_apptest.cc b/mojo/runner/shell_apptest.cc
similarity index 98%
rename from mojo/shell/shell_apptest.cc
rename to mojo/runner/shell_apptest.cc
index 66b6889c57380bcd56fa79394f20cde4bab87f37..35ad11d5207b41b9bd78a1b036496333e2911120 100644
--- a/mojo/shell/shell_apptest.cc
+++ b/mojo/runner/shell_apptest.cc
@@ -14,12 +14,12 @@
#include "mojo/common/data_pipe_utils.h"
#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/public/cpp/system/macros.h"
+#include "mojo/runner/kPingable.h"
+#include "mojo/runner/test/pingable.mojom.h"
#include "mojo/services/http_server/public/cpp/http_server_util.h"
#include "mojo/services/http_server/public/interfaces/http_server.mojom.h"
#include "mojo/services/http_server/public/interfaces/http_server_factory.mojom.h"
#include "mojo/services/network/public/interfaces/net_address.mojom.h"
-#include "mojo/shell/kPingable.h"
-#include "mojo/shell/test/pingable.mojom.h"
namespace mojo {
namespace {
« no previous file with comments | « mojo/runner/out_of_process_native_runner.cc ('k') | mojo/runner/shell_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698