| Index: chrome/browser/sync/sync_global_error.h
 | 
| diff --git a/chrome/browser/sync/sync_global_error.h b/chrome/browser/sync/sync_global_error.h
 | 
| index 7be44d8ee2bdf111ef8fec7c46f8b7bfdb60da7d..ad1a47be74b4f4763e12a7c9512146707019fc7a 100644
 | 
| --- a/chrome/browser/sync/sync_global_error.h
 | 
| +++ b/chrome/browser/sync/sync_global_error.h
 | 
| @@ -45,6 +45,8 @@ class SyncGlobalError : public GlobalError,
 | 
|    bool HasCustomizedSyncMenuItem();
 | 
|  
 | 
|   private:
 | 
| +  void NotifyTokenFailureOccurred(const string16& error_msg);
 | 
| +
 | 
|    string16 bubble_accept_label_;
 | 
|    string16 bubble_message_;
 | 
|    string16 menu_label_;
 | 
| 
 |