| 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 {
|
|
|