diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 16:07:13 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-31 16:07:13 +0000 |
commit | a0e77d34b23643174e25fb509a516efad179d57f (patch) | |
tree | 117ff89c38a021b453ad86b71e55b53652167d34 /sync/internal_api/public | |
parent | 3a37a8029b0ffb8a101cdf1a202db83edd245e27 (diff) | |
download | chromium_src-a0e77d34b23643174e25fb509a516efad179d57f.zip chromium_src-a0e77d34b23643174e25fb509a516efad179d57f.tar.gz chromium_src-a0e77d34b23643174e25fb509a516efad179d57f.tar.bz2 |
Create sync_driver component.
This CL creates the sync_driver component and moves files with no problematic
dependencies from //chrome/browser/sync and //chrome/browser/sync/glue into it.
This is a first step toward componentization of //chrome/browser/sync.
BUG=339727
Review URL: https://codereview.chromium.org/133343007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/public')
-rw-r--r-- | sync/internal_api/public/base/model_type.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h index dddc617..a29d6a0 100644 --- a/sync/internal_api/public/base/model_type.h +++ b/sync/internal_api/public/base/model_type.h @@ -137,10 +137,10 @@ enum ModelType { // If you are adding a new sync datatype that is exposed to the user via the // sync preferences UI, be sure to update the list in - // chrome/browser/sync/user_selectable_sync_type.h so that the UMA histograms - // for sync include your new type. - // In this case, be sure to also update the UserSelectableTypes() definition - // in sync/syncable/model_type.cc. + // components/sync_driver/user_selectable_sync_type.h so that the UMA + // histograms for sync include your new type. In this case, be sure to also + // update the UserSelectableTypes() definition in + // sync/syncable/model_type.cc. MODEL_TYPE_COUNT, }; |