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

Unified Diff: chrome/browser/chromeos/file_manager/open_util.h

Issue 23945002: file_manager: Move non-binding code to c/b/chromeos/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 months 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
Index: chrome/browser/chromeos/file_manager/open_util.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/open_util.h b/chrome/browser/chromeos/file_manager/open_util.h
similarity index 87%
rename from chrome/browser/chromeos/extensions/file_manager/open_util.h
rename to chrome/browser/chromeos/file_manager/open_util.h
index e910f2d2ccd41d791030417e055928af781ca1e8..31c8c603a06ab7ca9df53ee8f32368fda883a163 100644
--- a/chrome/browser/chromeos/extensions/file_manager/open_util.h
+++ b/chrome/browser/chromeos/file_manager/open_util.h
@@ -5,8 +5,8 @@
// This file provides functions for opening an item (file or directory) using
// the file manager.
-#ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_OPEN_UTIL_H_
-#define CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_OPEN_UTIL_H_
+#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_OPEN_UTIL_H_
+#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_OPEN_UTIL_H_
namespace base {
class FilePath;
@@ -39,4 +39,4 @@ void ShowItemInFolder(const base::FilePath& file_path);
} // namespace util
} // namespace file_manager
-#endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_FILE_MANAGER_OPEN_UTIL_H_
+#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_OPEN_UTIL_H_
« no previous file with comments | « chrome/browser/chromeos/file_manager/mounted_disk_monitor.cc ('k') | chrome/browser/chromeos/file_manager/open_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698