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

Unified Diff: shell/dynamic_application_loader_unittest.cc

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « shell/dynamic_application_loader.cc ('k') | shell/dynamic_service_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/dynamic_application_loader_unittest.cc
diff --git a/mojo/shell/dynamic_application_loader_unittest.cc b/shell/dynamic_application_loader_unittest.cc
similarity index 94%
rename from mojo/shell/dynamic_application_loader_unittest.cc
rename to shell/dynamic_application_loader_unittest.cc
index 07fb6146e73baca98027a4506e1e8ff1f275145f..ad4726d3eafd6638e3438073a40e5bf1249ade91 100644
--- a/mojo/shell/dynamic_application_loader_unittest.cc
+++ b/shell/dynamic_application_loader_unittest.cc
@@ -3,10 +3,10 @@
// found in the LICENSE file.
#include "base/files/scoped_temp_dir.h"
-#include "mojo/shell/context.h"
-#include "mojo/shell/dynamic_application_loader.h"
-#include "mojo/shell/dynamic_service_runner.h"
-#include "mojo/shell/filename_util.h"
+#include "shell/context.h"
+#include "shell/dynamic_application_loader.h"
+#include "shell/dynamic_service_runner.h"
+#include "shell/filename_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « shell/dynamic_application_loader.cc ('k') | shell/dynamic_service_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698