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

Unified Diff: chrome/browser/android/tab_android.h

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/android/shortcut_helper.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 86af4790ff66799a547fda5473d90e11a30879fa..fc694659dd90b6fa7624fc04c1a0f74d53b1d30a 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -60,7 +60,7 @@ class TabAndroid : public CoreTabHelperDelegate,
int GetSyncId() const;
// Return the tab title.
- string16 GetTitle() const;
+ base::string16 GetTitle() const;
// Return the tab url.
GURL GetURL() const;
@@ -79,8 +79,8 @@ class TabAndroid : public CoreTabHelperDelegate,
virtual void HandlePopupNavigation(chrome::NavigateParams* params) = 0;
virtual void OnReceivedHttpAuthRequest(jobject auth_handler,
- const string16& host,
- const string16& realm) = 0;
+ const base::string16& host,
+ const base::string16& realm) = 0;
// Called to show the regular context menu that is triggered by a long press.
virtual void ShowContextMenu(const content::ContextMenuParams& params) = 0;
@@ -93,7 +93,7 @@ class TabAndroid : public CoreTabHelperDelegate,
// Called when context menu option to create the bookmark shortcut on
// homescreen is called.
virtual void 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) = 0;
// Called when a bookmark node should be edited.
« no previous file with comments | « chrome/browser/android/shortcut_helper.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698