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

Unified Diff: shell/mojo_url_resolver.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/mojo_url_resolver.h ('k') | shell/mojo_url_resolver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/mojo_url_resolver.cc
diff --git a/mojo/shell/mojo_url_resolver.cc b/shell/mojo_url_resolver.cc
similarity index 96%
rename from mojo/shell/mojo_url_resolver.cc
rename to shell/mojo_url_resolver.cc
index 883f5e47644242f22dcd11b00822587278dc3767..499c6bfcc1af3acef8317712aee93f2b6d3e1b82 100644
--- a/mojo/shell/mojo_url_resolver.cc
+++ b/shell/mojo_url_resolver.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/shell/mojo_url_resolver.h"
+#include "shell/mojo_url_resolver.h"
#include "base/base_paths.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/path_service.h"
-#include "mojo/shell/filename_util.h"
+#include "shell/filename_util.h"
#include "url/url_util.h"
namespace mojo {
« no previous file with comments | « shell/mojo_url_resolver.h ('k') | shell/mojo_url_resolver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698