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

Unified Diff: shell/filename_util.h

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/external_application_test_main.cc ('k') | shell/filename_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « shell/external_application_test_main.cc ('k') | shell/filename_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698