| Index: chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model_impl.h b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| index 018c79b19300f07a4dd1d0b79b66afcb487f0ad3..8dc76785078889bbff1c5d6e1217154abddffbc0 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model_impl.h
|
| @@ -38,18 +38,18 @@ class ToolbarModelImpl : public ToolbarModel {
|
|
|
| private:
|
| // ToolbarModel:
|
| - virtual base::string16 GetText() const OVERRIDE;
|
| - virtual base::string16 GetFormattedURL(size_t* prefix_end) const OVERRIDE;
|
| - virtual base::string16 GetCorpusNameForMobile() const OVERRIDE;
|
| - virtual GURL GetURL() const OVERRIDE;
|
| + virtual base::string16 GetText() const override;
|
| + virtual base::string16 GetFormattedURL(size_t* prefix_end) const override;
|
| + virtual base::string16 GetCorpusNameForMobile() const override;
|
| + virtual GURL GetURL() const override;
|
| virtual bool WouldPerformSearchTermReplacement(
|
| - bool ignore_editing) const OVERRIDE;
|
| - virtual SecurityLevel GetSecurityLevel(bool ignore_editing) const OVERRIDE;
|
| - virtual int GetIcon() const OVERRIDE;
|
| - virtual int GetIconForSecurityLevel(SecurityLevel level) const OVERRIDE;
|
| - virtual base::string16 GetEVCertName() const OVERRIDE;
|
| - virtual bool ShouldDisplayURL() const OVERRIDE;
|
| - virtual bool WouldOmitURLDueToOriginChip() const OVERRIDE;
|
| + bool ignore_editing) const override;
|
| + virtual SecurityLevel GetSecurityLevel(bool ignore_editing) const override;
|
| + virtual int GetIcon() const override;
|
| + virtual int GetIconForSecurityLevel(SecurityLevel level) const override;
|
| + virtual base::string16 GetEVCertName() const override;
|
| + virtual bool ShouldDisplayURL() const override;
|
| + virtual bool WouldOmitURLDueToOriginChip() const override;
|
|
|
| // Returns the navigation controller used to retrieve the navigation entry
|
| // from which the states are retrieved.
|
|
|