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

Unified Diff: mojo/runner/shell_test_base.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/shell_test_base.h ('k') | mojo/runner/shell_test_base_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/shell_test_base.cc
diff --git a/mojo/shell/shell_test_base.cc b/mojo/runner/shell_test_base.cc
similarity index 96%
rename from mojo/shell/shell_test_base.cc
rename to mojo/runner/shell_test_base.cc
index da9a7d95f53639bb344cbea798395ac9d8bb65bc..5f56ae758b411c865c3911164569c4529a21e351 100644
--- a/mojo/shell/shell_test_base.cc
+++ b/mojo/runner/shell_test_base.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/shell/shell_test_base.h"
+#include "mojo/runner/shell_test_base.h"
#include "base/bind.h"
#include "base/command_line.h"
@@ -11,7 +11,7 @@
#include "base/logging.h"
#include "base/path_service.h"
#include "build/build_config.h"
-#include "mojo/shell/filename_util.h"
+#include "mojo/runner/filename_util.h"
#include "url/gurl.h"
namespace mojo {
« no previous file with comments | « mojo/runner/shell_test_base.h ('k') | mojo/runner/shell_test_base_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698