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

Unified Diff: mojo/runner/native_runner_unittest.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/native_application_support.cc ('k') | mojo/runner/out_of_process_native_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/native_runner_unittest.cc
diff --git a/mojo/shell/native_runner_unittest.cc b/mojo/runner/native_runner_unittest.cc
similarity index 95%
rename from mojo/shell/native_runner_unittest.cc
rename to mojo/runner/native_runner_unittest.cc
index 4cbb4f53bb989043eda0eba0fb718a4d7cce35b9..499fb75109d95a919a3b6f06ebc3ac6947ab9e16 100644
--- a/mojo/shell/native_runner_unittest.cc
+++ b/mojo/runner/native_runner_unittest.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "base/files/scoped_temp_dir.h"
-#include "mojo/shell/application_manager/application_manager.h"
-#include "mojo/shell/context.h"
-#include "mojo/shell/filename_util.h"
+#include "mojo/runner/context.h"
+#include "mojo/runner/filename_util.h"
+#include "mojo/shell/application_manager.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « mojo/runner/native_application_support.cc ('k') | mojo/runner/out_of_process_native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698