Index: chrome/browser/chromeos/drive/drive_resource_metadata.h |
diff --git a/chrome/browser/chromeos/drive/drive_resource_metadata.h b/chrome/browser/chromeos/drive/drive_resource_metadata.h |
index 555b95d88b2e70b2911ee3f9f35bef42b901f7a7..daefaec03d589a0322f9547eb3ab9e9627a97fba 100644 |
--- a/chrome/browser/chromeos/drive/drive_resource_metadata.h |
+++ b/chrome/browser/chromeos/drive/drive_resource_metadata.h |
@@ -52,7 +52,7 @@ const base::FilePath::CharType kDriveRootDirectory[] = |
// This should be incremented when incompatibility change is made in |
// drive.proto. |
-const int32 kProtoVersion = 2; |
+const int32 kProtoVersion = 3; |
kinaba
2013/03/11 09:22:38
Do we need to trash the old protos at this point?
Haruki Sato
2013/03/11 14:15:35
I think yes. They are added to the root, aren't th
|
// Callback similar to FileOperationCallback but with a given |file_path|. |
// Used for operations that change a file path like moving files. |