| Index: trunk/src/chrome/browser/sync/glue/frontend_data_type_controller.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/sync/glue/frontend_data_type_controller.cc (revision 289114)
|
| +++ trunk/src/chrome/browser/sync/glue/frontend_data_type_controller.cc (working copy)
|
| @@ -262,7 +262,7 @@
|
| }
|
|
|
| void FrontendDataTypeController::StartDone(
|
| - ConfigureResult start_result,
|
| + StartResult start_result,
|
| const syncer::SyncMergeResult& local_merge_result,
|
| const syncer::SyncMergeResult& syncer_merge_result) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| @@ -295,7 +295,7 @@
|
| #undef PER_DATA_TYPE_MACRO
|
| }
|
|
|
| -void FrontendDataTypeController::RecordStartFailure(ConfigureResult result) {
|
| +void FrontendDataTypeController::RecordStartFailure(StartResult result) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| UMA_HISTOGRAM_ENUMERATION("Sync.DataTypeStartFailures",
|
| ModelTypeToHistogramInt(type()),
|
|
|