Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4102)

Unified Diff: chrome/browser/sync/glue/data_type_manager_mock.h

Issue 7497014: Revert 94128 - [Sync] Refactor sync datatype error handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager_impl_unittest.cc ('k') | chrome/browser/sync/glue/data_type_manager_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698