Index: chrome/browser/extensions/api/test/test_api.cc |
=================================================================== |
--- chrome/browser/extensions/api/test/test_api.cc (revision 181773) |
+++ chrome/browser/extensions/api/test/test_api.cc (working copy) |
@@ -53,9 +53,9 @@ |
return true; |
} |
-TestFailFunction::~TestFailFunction() {} |
+TestNotifyFailFunction::~TestNotifyFailFunction() {} |
-bool TestFailFunction::RunImpl() { |
+bool TestNotifyFailFunction::RunImpl() { |
std::string message; |
EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &message)); |
content::NotificationService::current()->Notify( |