| Index: shell/filename_util.h
|
| diff --git a/mojo/shell/filename_util.h b/shell/filename_util.h
|
| similarity index 79%
|
| rename from mojo/shell/filename_util.h
|
| rename to shell/filename_util.h
|
| index 0fd8b8f52d6bf0948ca1b9fa76a4b1034a0d1e2c..10fa8fe0b51c5b1991a1a6218fa0b42470522364 100644
|
| --- a/mojo/shell/filename_util.h
|
| +++ b/shell/filename_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_FILENAME_UTIL_H_
|
| -#define MOJO_SHELL_FILENAME_UTIL_H_
|
| +#ifndef SHELL_FILENAME_UTIL_H_
|
| +#define SHELL_FILENAME_UTIL_H_
|
|
|
| class GURL;
|
|
|
| @@ -19,4 +19,4 @@ GURL FilePathToFileURL(const base::FilePath& path);
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_FILENAME_UTIL_H_
|
| +#endif // SHELL_FILENAME_UTIL_H_
|
|
|