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

Unified Diff: chrome/browser/ui/views/toolbar/site_chip_view.h

Issue 114883004: Add base:: namespace to straggling string16s left in chrome/browser/ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: found more 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
Index: chrome/browser/ui/views/toolbar/site_chip_view.h
diff --git a/chrome/browser/ui/views/toolbar/site_chip_view.h b/chrome/browser/ui/views/toolbar/site_chip_view.h
index 2fe339e8808d006490344d9427328ac91f3c8979..3a6ae41cb9ba119a9983abcf13e10aadad0f7715 100644
--- a/chrome/browser/ui/views/toolbar/site_chip_view.h
+++ b/chrome/browser/ui/views/toolbar/site_chip_view.h
@@ -82,7 +82,7 @@ class SiteChipView : public ToolbarButton,
const SafeBrowsingUIManager::UnsafeResource& resource) OVERRIDE;
private:
- string16 SiteLabelFromURL(const GURL& url);
+ base::string16 SiteLabelFromURL(const GURL& url);
ToolbarView* toolbar_view_;
views::Label* host_label_;
« no previous file with comments | « chrome/browser/ui/views/infobars/after_translate_infobar.cc ('k') | chrome/browser/ui/views/toolbar/site_chip_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698