summaryrefslogtreecommitdiffstats
path: root/sync/syncable
diff options
context:
space:
mode:
authorpetewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 20:42:04 +0000
committerpetewil@chromium.org <petewil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 20:42:04 +0000
commit7bc12cd621b764d162c4057f45a7e05f203c0297 (patch)
tree02993467013e0777a3405043e6194a91901bcafc /sync/syncable
parentb1258c85973913219d08f18cde0a0e57517be3bd (diff)
downloadchromium_src-7bc12cd621b764d162c4057f45a7e05f203c0297.zip
chromium_src-7bc12cd621b764d162c4057f45a7e05f203c0297.tar.gz
chromium_src-7bc12cd621b764d162c4057f45a7e05f203c0297.tar.bz2
Revert 247831 "Use the proper name for the app info protobuf to ..."
It seems to be causing sync to fail for the official build on a fresh directory. > Use the proper name for the app info protobuf to mach the sync server > > BUG=339094 > > Review URL: https://codereview.chromium.org/149723003 TBR=petewil@chromium.org Review URL: https://codereview.chromium.org/153113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/syncable')
-rw-r--r--sync/syncable/model_type.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc
index c933bb5..c3a111d 100644
--- a/sync/syncable/model_type.cc
+++ b/sync/syncable/model_type.cc
@@ -782,7 +782,7 @@ std::string ModelTypeToRootTag(ModelType type) {
case SYNCED_NOTIFICATIONS:
return "google_chrome_synced_notifications";
case SYNCED_NOTIFICATION_APP_INFO:
- return "google_chrome_app_info";
+ return "google_chrome_synced_notification_app_info";
case DEVICE_INFO:
return "google_chrome_device_info";
case EXPERIMENTS: