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

Unified Diff: chrome/browser/chromeos/drive/drive_resource_metadata_storage.h

Issue 13149003: drive: Use "/drive/root" namespace and fix Files app and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unittests fixed. Created 7 years, 9 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/drive/drive_resource_metadata_storage.h
diff --git a/chrome/browser/chromeos/drive/drive_resource_metadata_storage.h b/chrome/browser/chromeos/drive/drive_resource_metadata_storage.h
index cca0eb777c4b6ccd9eac63af32cbe83f5c14e91b..524fbe6eebee1e3f75c30f1d8c81aad734460ad5 100644
--- a/chrome/browser/chromeos/drive/drive_resource_metadata_storage.h
+++ b/chrome/browser/chromeos/drive/drive_resource_metadata_storage.h
@@ -121,7 +121,7 @@ class DriveResourceMetadataStorageDB
public:
// This should be incremented when incompatibility change is made to DB
// format.
- static const int kDBVersion = 1;
+ static const int kDBVersion = 2;
explicit DriveResourceMetadataStorageDB(const base::FilePath& directory_path);
virtual ~DriveResourceMetadataStorageDB();

Powered by Google App Engine
This is Rietveld 408576698