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

Unified Diff: chrome/browser/sync/syncable/model_type.h

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch uploaded to debug why try servers have problem applying this patch. Created 10 years 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/sync/syncable/model_type.h
diff --git a/chrome/browser/sync/syncable/model_type.h b/chrome/browser/sync/syncable/model_type.h
index 442e4622286f44f6d019d7d4c9a3dc811b9216b0..2760fbea4f8c25bf0ee8f3b3d49d1bef0360f98c 100644
--- a/chrome/browser/sync/syncable/model_type.h
+++ b/chrome/browser/sync/syncable/model_type.h
@@ -49,10 +49,11 @@ enum ModelType {
PREFERENCES,
// A password folder or password object.
PASSWORDS,
+ // An AutofillProfile Object
+ AUTOFILL_PROFILE,
// An autofill folder or an autofill object.
AUTOFILL,
- // An autofill Profile Object
- AUTOFILL_PROFILE,
+
// A themes folder or a themes object.
THEMES,
// A typed_url folder or a typed_url object.
« no previous file with comments | « chrome/browser/sync/syncable/directory_backing_store_unittest.cc ('k') | chrome/browser/sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698