summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/testshell_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/android/testshell/testshell_tab.h')
-rw-r--r--chrome/android/testshell/testshell_tab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h
index 38bebac4..7a9e3d2 100644
--- a/chrome/android/testshell/testshell_tab.h
+++ b/chrome/android/testshell/testshell_tab.h
@@ -42,11 +42,11 @@ class TestShellTab : public TabAndroid {
// TabAndroid Methods
// --------------------------------------------------------------------------
virtual void OnReceivedHttpAuthRequest(jobject auth_handler,
- const string16& host,
- const string16& realm) OVERRIDE;
+ const base::string16& host,
+ const base::string16& realm) OVERRIDE;
virtual void AddShortcutToBookmark(const GURL& url,
- const string16& title,
+ const base::string16& title,
const SkBitmap& skbitmap,
int r_value,
int g_value,