| Index: chrome/browser/chromeos/drive/resource_metadata_storage.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/drive/resource_metadata_storage.h (revision 199733)
|
| +++ chrome/browser/chromeos/drive/resource_metadata_storage.h (working copy)
|
| @@ -30,7 +30,7 @@
|
| public:
|
| // This should be incremented when incompatibility change is made to DB
|
| // format.
|
| - static const int kDBVersion = 5;
|
| + static const int kDBVersion = 6;
|
|
|
| explicit ResourceMetadataStorage(const base::FilePath& directory_path);
|
| virtual ~ResourceMetadataStorage();
|
|
|