| Index: chrome/browser/sync/js/js_sync_manager_observer.h
|
| diff --git a/chrome/browser/sync/js/js_sync_manager_observer.h b/chrome/browser/sync/js/js_sync_manager_observer.h
|
| index 0fa1db317e302e5b8b08686c34ba0974a10659c2..be7977ee5845234a27b4eaa23afb6cc7f9cf393b 100644
|
| --- a/chrome/browser/sync/js/js_sync_manager_observer.h
|
| +++ b/chrome/browser/sync/js/js_sync_manager_observer.h
|
| @@ -48,7 +48,7 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer {
|
| virtual void OnClearServerDataSucceeded() OVERRIDE;
|
| virtual void OnClearServerDataFailed() OVERRIDE;
|
| virtual void OnActionableError(
|
| - const browser_sync::SyncProtocolError& sync_protocol_error) OVERRIDE;
|
| + const browser_sync::SyncOperationResult& sync_protocol_error) OVERRIDE;
|
|
|
| private:
|
| void HandleJsEvent(const tracked_objects::Location& from_here,
|
|
|