| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index c9c554357e464015dcd1272d02b781be5c86e3d8..42dcc85f819c3b1ec6d5b017f78894c9e6d6c86b 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -444,8 +444,8 @@ class Browser : public TabStripModelObserver,
|
| virtual void OverscrollUpdate(int delta_y) OVERRIDE;
|
| virtual void ShowValidationMessage(content::WebContents* web_contents,
|
| const gfx::Rect& anchor_in_root_view,
|
| - const string16& main_text,
|
| - const string16& sub_text) OVERRIDE;
|
| + const base::string16& main_text,
|
| + const base::string16& sub_text) OVERRIDE;
|
| virtual void HideValidationMessage(
|
| content::WebContents* web_contents) OVERRIDE;
|
| virtual void MoveValidationMessage(
|
|
|