commit | a846ad7dac3d39852c922f37c2955d1cac582193 | [log] [tgz] |
---|---|---|
author | Sky Malice <[email protected]> | Tue Dec 05 00:44:42 2017 |
committer | Commit Bot <[email protected]> | Tue Dec 05 00:44:42 2017 |
tree | 487fc73bfff545c7c9438f7e61debba3a6748634 | |
parent | 35dc4286e0ae33eb52d15c6fcffc4980140ec3c0 [diff] [blame] |
Rename CHROME_SYNC_SERVICE to CHROME_SYNC_EVENT_LOGGER Bug: 788004 Change-Id: I455ac63969e5ab52ef063fbd1b9ba14be833f211 Reviewed-on: https://chromium-review.googlesource.com/806653 Reviewed-by: Steven Holte <[email protected]> Reviewed-by: Pavel Yatsuk <[email protected]> Commit-Queue: Sky Malice <[email protected]> Cr-Commit-Position: refs/heads/master@{#521555}
diff --git a/components/variations/variations_http_header_provider.cc b/components/variations/variations_http_header_provider.cc index 885c8908..e23f558 100644 --- a/components/variations/variations_http_header_provider.cc +++ b/components/variations/variations_http_header_provider.cc
@@ -229,7 +229,7 @@ case GOOGLE_WEB_PROPERTIES_TRIGGER: proto.add_trigger_variation_id(entry.first); break; - case CHROME_SYNC_SERVICE: + case CHROME_SYNC_EVENT_LOGGER: case ID_COLLECTION_COUNT: // These cases included to get full enum coverage for switch, so that // new enums introduce compiler warnings. Nothing to do for these.