| 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 8b9c2f2e0937e2abde638cf3e1488e51f9eb39e5..5f6de1ce25d65678b975bdbb80f7c7efff09c53f 100644
|
| --- a/chrome/browser/sync/sync_global_error.h
|
| +++ b/chrome/browser/sync/sync_global_error.h
|
| @@ -28,7 +28,7 @@ class SyncGlobalError : public GlobalError,
|
|
|
| virtual bool HasBubbleView() OVERRIDE;
|
| virtual string16 GetBubbleViewTitle() OVERRIDE;
|
| - virtual string16 GetBubbleViewMessage() OVERRIDE;
|
| + virtual std::vector<string16> GetBubbleViewMessages() OVERRIDE;
|
| virtual string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
|
| virtual string16 GetBubbleViewCancelButtonLabel() OVERRIDE;
|
| virtual void OnBubbleViewDidClose(Browser* browser) OVERRIDE;
|
|
|