Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chrome/android/testshell/testshell_tab.h

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/testshell/testshell_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/testshell/testshell_tab.h
diff --git a/chrome/android/testshell/testshell_tab.h b/chrome/android/testshell/testshell_tab.h
index 38bebac405264f5dc9d23737e94edf36bb84ed95..7a9e3d293e89d2ec54f9e60a501abda392221885 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,
« no previous file with comments | « no previous file | chrome/android/testshell/testshell_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698