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

Unified Diff: components/drive/drive_pref_names.h

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: components/drive/drive_pref_names.h
diff --git a/chrome/browser/chromeos/drive/drive_pref_names.h b/components/drive/drive_pref_names.h
similarity index 71%
rename from chrome/browser/chromeos/drive/drive_pref_names.h
rename to components/drive/drive_pref_names.h
index 9eec41700cd38af4e07bdf9a9f0ceb07e00f1a87..f2ba0e423da6799ded4c8a88676bba5f1a43e70d 100644
--- a/chrome/browser/chromeos/drive/drive_pref_names.h
+++ b/components/drive/drive_pref_names.h
@@ -4,8 +4,8 @@
// Constants for the names of preferences related to Google Drive.
-#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PREF_NAMES_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PREF_NAMES_H_
+#ifndef COMPONENTS_DRIVE_DRIVE_PREF_NAMES_H_
+#define COMPONENTS_DRIVE_DRIVE_PREF_NAMES_H_
namespace drive {
namespace prefs {
@@ -17,4 +17,4 @@ extern const char kDisableDriveHostedFiles[];
} // namespace prefs
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DRIVE_PREF_NAMES_H_
+#endif // COMPONENTS_DRIVE_DRIVE_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698