| 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_;
|
|
|