Index: mojo/runner/url_resolver.cc |
diff --git a/mojo/shell/url_resolver.cc b/mojo/runner/url_resolver.cc |
similarity index 95% |
rename from mojo/shell/url_resolver.cc |
rename to mojo/runner/url_resolver.cc |
index 20cb000893e5e609bdc6eda3ae095625a34192d6..fc07816e6f0a2a9c61d1f1007c88260826052eca 100644 |
--- a/mojo/shell/url_resolver.cc |
+++ b/mojo/runner/url_resolver.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/shell/url_resolver.h" |
+#include "mojo/runner/url_resolver.h" |
#include "base/base_paths.h" |
#include "base/files/file_path.h" |
#include "base/logging.h" |
#include "base/strings/utf_string_conversions.h" |
-#include "mojo/shell/application_manager/query_util.h" |
-#include "mojo/shell/filename_util.h" |
-#include "mojo/shell/switches.h" |
+#include "mojo/runner/filename_util.h" |
+#include "mojo/runner/switches.h" |
+#include "mojo/shell/query_util.h" |
#include "url/url_util.h" |
namespace mojo { |