| Index: chrome/browser/sync/glue/change_processor.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/change_processor.h (revision 105407)
|
| +++ chrome/browser/sync/glue/change_processor.h (working copy)
|
| @@ -75,9 +75,9 @@
|
| virtual void StartImpl(Profile* profile) = 0;
|
| virtual void StopImpl() = 0;
|
|
|
| - bool running() const { return running_; }
|
| - UnrecoverableErrorHandler* error_handler() const;
|
| - virtual sync_api::UserShare* share_handle() const;
|
| + bool running() { return running_; }
|
| + UnrecoverableErrorHandler* error_handler();
|
| + virtual sync_api::UserShare* share_handle();
|
|
|
| private:
|
| bool running_; // True if we have been told it is safe to process changes.
|
|
|