diff options
Diffstat (limited to 'chrome/browser/sync/glue/change_processor.h')
-rw-r--r-- | chrome/browser/sync/glue/change_processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/change_processor.h b/chrome/browser/sync/glue/change_processor.h index 21052a7..7e020e6 100644 --- a/chrome/browser/sync/glue/change_processor.h +++ b/chrome/browser/sync/glue/change_processor.h @@ -33,7 +33,7 @@ class ChangeProcessor { // |StartImpl|. void Start(Profile* profile, sync_api::UserShare* share_handle); void Stop(); - bool IsRunning() const { return running_; } + virtual bool IsRunning() const { return running_; } // 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 |