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 4d6ec091457e3011f26c0ae79a07fb3516558fe1..3e8a467c64715eefc597120891b7c5b0f949b995 100644 |
--- a/chrome/browser/sync/glue/change_processor.h |
+++ b/chrome/browser/sync/glue/change_processor.h |
@@ -34,7 +34,7 @@ class ChangeProcessor { |
// |StartImpl|. |
void Start(Profile* profile, sync_api::UserShare* share_handle); |
void Stop(); |
- virtual bool IsRunning() const { return running_; } |
+ virtual bool IsRunning() const; |
// Changes have been applied to the backend model and are ready to be |
// applied to the frontend model. See syncapi.h for detailed instructions on |