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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h

Issue 103013003: [SyncFS] Move APIUtil constants to V2 directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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/sync_file_system/drive_backend/drive_backend_constants.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
index 5ca016b84680bb728837b5a2932e4e5ab11d6d0d..774446eb0ad246805314ef881e9e0a27680554d7 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h
@@ -11,6 +11,9 @@ namespace sync_file_system {
namespace drive_backend {
extern const char kSyncRootFolderTitle[];
+extern const char kSyncRootFolderTitleDev[];
+extern const char kMimeTypeOctetStream[];
+
extern const base::FilePath::CharType kDatabaseName[];
extern const char kDatabaseVersionKey[];

Powered by Google App Engine
This is Rietveld 408576698