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

Unified Diff: components/drive/drive.proto

Issue 1243853002: Move chrome/browser/chromeos/drive/drive.proto into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « components/drive/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
}
« no previous file with comments | « components/drive/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698