commit | 49aeab656a882c9da0fc2cc2be61df3bd223c16e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Feb 07 02:53:11 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Feb 07 02:53:11 2013 |
tree | f5e8d48e54c1a714177464f117eff5ea4b8e0dff | |
parent | 7dd589fdca699d6618228bffa6d3be23f4c4c5a2 [diff] [blame] |
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions 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/12212047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181160 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_test_utils.cc b/chrome/browser/extensions/extension_function_test_utils.cc index 157600b..af7f44e 100644 --- a/chrome/browser/extensions/extension_function_test_utils.cc +++ b/chrome/browser/extensions/extension_function_test_utils.cc
@@ -222,7 +222,7 @@ virtual void OnSendResponse(UIThreadExtensionFunction* function, bool success, - bool bad_message) { + bool bad_message) OVERRIDE { ASSERT_FALSE(bad_message); ASSERT_FALSE(HasResponse()); response_.reset(new bool);