Index: chrome/common/extensions/extension_error_reporter.cc |
=================================================================== |
--- chrome/common/extensions/extension_error_reporter.cc (revision 27591) |
+++ chrome/common/extensions/extension_error_reporter.cc (working copy) |
@@ -21,8 +21,8 @@ |
// This is okay since the ExtensionErrorReporter is a singleton that lives until |
// the end of the process. |
template <> struct RunnableMethodTraits<ExtensionErrorReporter> { |
- static void RetainCallee(ExtensionErrorReporter*) {} |
- static void ReleaseCallee(ExtensionErrorReporter*) {} |
+ void RetainCallee(ExtensionErrorReporter*) {} |
+ void ReleaseCallee(ExtensionErrorReporter*) {} |
}; |
ExtensionErrorReporter* ExtensionErrorReporter::instance_ = NULL; |