Index: components/drive/drive.proto |
diff --git a/chrome/browser/chromeos/drive/drive.proto b/components/drive/drive.proto |
similarity index 98% |
rename from chrome/browser/chromeos/drive/drive.proto |
rename to components/drive/drive.proto |
index 6c99781808640009ebe288a48389deaa2b1f77ff..7a99598cd4cddf2a1ac9fe111ff8e72f857ccee3 100644 |
--- a/chrome/browser/chromeos/drive/drive.proto |
+++ b/components/drive/drive.proto |
@@ -125,8 +125,8 @@ message ResourceEntry { |
// Used to remember whether this entry is edited locally or not. |
enum EditState { |
- CLEAN = 0; // No local edit. |
- DIRTY = 1; // Edited locally. |
+ CLEAN = 0; // No local edit. |
+ DIRTY = 1; // Edited locally. |
SYNCING = 2; // Local change is being synced to the server. |
} |