Index: chrome/browser/sync/glue/change_processor.h |
diff --git a/chrome/browser/sync/glue/change_processor.h b/chrome/browser/sync/glue/change_processor.h |
index b6988097271f635ce5c0d833f5f48566d8f226c7..92fcfff16525f2df423afd88266cd37284cfa4f7 100644 |
--- a/chrome/browser/sync/glue/change_processor.h |
+++ b/chrome/browser/sync/glue/change_processor.h |
@@ -60,7 +60,7 @@ class ChangeProcessor { |
bool running() { return running_; } |
UnrecoverableErrorHandler* error_handler(); |
- sync_api::UserShare* share_handle(); |
+ virtual sync_api::UserShare* share_handle(); |
private: |
bool running_; // True if we have been told it is safe to process changes. |