Index: chrome/browser/sync/glue/data_type_manager_mock.h |
=================================================================== |
--- chrome/browser/sync/glue/data_type_manager_mock.h (revision 94142) |
+++ chrome/browser/sync/glue/data_type_manager_mock.h (working copy) |
@@ -17,7 +17,7 @@ |
NotificationService::current()->Notify( |
type, |
Source<browser_sync::DataTypeManager>(dtm), |
- Details<const browser_sync::DataTypeManager::ConfigureResult>( |
+ Details<browser_sync::DataTypeManager::ConfigureResultWithErrorLocation>( |
result)); |
} |
@@ -42,7 +42,7 @@ |
MOCK_METHOD0(state, State()); |
private: |
- browser_sync::DataTypeManager::ConfigureResult result_; |
+ browser_sync::DataTypeManager::ConfigureResultWithErrorLocation result_; |
}; |
} // namespace browser_sync |