Index: chrome/test/base/test_browser_window.h |
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h |
index 6144eb642f499c1475c137b4eb8959de74c514ed..24fe0df4855c5c87ea6a54f132f09ee05f251acc 100644 |
--- a/chrome/test/base/test_browser_window.h |
+++ b/chrome/test/base/test_browser_window.h |
@@ -109,8 +109,8 @@ class TestBrowserWindow : public BrowserWindow { |
#if defined(ENABLE_ONE_CLICK_SIGNIN) |
virtual void ShowOneClickSigninBubble( |
OneClickSigninBubbleType type, |
- const string16& email, |
- const string16& error_message, |
+ const base::string16& email, |
+ const base::string16& error_message, |
const StartSyncCallback& start_sync_callback) OVERRIDE {} |
#endif |
virtual bool IsDownloadShelfVisible() const OVERRIDE; |