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

Unified Diff: chrome/browser/sync/glue/change_processor.cc

Issue 8275018: Reland r105404 with compile warning fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/change_processor.cc
diff --git a/chrome/browser/sync/glue/change_processor.cc b/chrome/browser/sync/glue/change_processor.cc
index dcf7800e0456e03d880d299bfa4b9cb0581169f8..7f66a8175c16092302c812485773ad103abbdd3e 100644
--- a/chrome/browser/sync/glue/change_processor.cc
+++ b/chrome/browser/sync/glue/change_processor.cc
@@ -39,11 +39,11 @@ bool ChangeProcessor::IsRunning() const {
// Not implemented by default.
void ChangeProcessor::CommitChangesFromSyncModel() {}
-UnrecoverableErrorHandler* ChangeProcessor::error_handler() {
+UnrecoverableErrorHandler* ChangeProcessor::error_handler() const {
return error_handler_;
}
-sync_api::UserShare* ChangeProcessor::share_handle() {
+sync_api::UserShare* ChangeProcessor::share_handle() const {
return share_handle_;
}
« no previous file with comments | « chrome/browser/sync/glue/change_processor.h ('k') | chrome/browser/sync/glue/extension_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698