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

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

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 | « chrome/android/testshell/testshell_tab.h ('k') | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/testshell/testshell_tab.cc
diff --git a/chrome/android/testshell/testshell_tab.cc b/chrome/android/testshell/testshell_tab.cc
index 94065d24496a238b5cdbd8e6af53073da5f2613a..285ba3736e75bcf90b9f32fab0cb86c510dca51f 100644
--- a/chrome/android/testshell/testshell_tab.cc
+++ b/chrome/android/testshell/testshell_tab.cc
@@ -36,13 +36,13 @@ void TestShellTab::Destroy(JNIEnv* env, jobject obj) {
}
void TestShellTab::OnReceivedHttpAuthRequest(jobject auth_handler,
- const string16& host,
- const string16& realm) {
+ const base::string16& host,
+ const base::string16& realm) {
NOTIMPLEMENTED();
}
void TestShellTab::AddShortcutToBookmark(
- const GURL& url, const string16& title, const SkBitmap& skbitmap,
+ const GURL& url, const base::string16& title, const SkBitmap& skbitmap,
int r_value, int g_value, int b_value) {
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/android/testshell/testshell_tab.h ('k') | chrome/app/app_mode_loader_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698