commit | 626cc90215f05eff5641faec1103476255ec8cdc | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 06 18:30:53 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Feb 06 18:30:53 2013 |
tree | 90fcc6fe24d624cbd65e96fa791b63e49ec2f4b7 | |
parent | bb38cb4434af0b327dd9f2c40904f19f0f5dbf21 [diff] [blame] |
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/ui edition. Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 Review URL: https://chromiumcodereview.appspot.com/12209032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181008 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/browser_focus_uitest.cc b/chrome/browser/ui/browser_focus_uitest.cc index 11dc8ef..b4bb164 100644 --- a/chrome/browser/ui/browser_focus_uitest.cc +++ b/chrome/browser/ui/browser_focus_uitest.cc
@@ -199,7 +199,7 @@ interstitial_page_->Show(); } - virtual std::string GetHTMLContents() { + virtual std::string GetHTMLContents() OVERRIDE { return html_contents_; }