| Index: chrome/browser/extensions/api/web_request/web_request_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/api/web_request/web_request_api.h (revision 176052)
|
| +++ chrome/browser/extensions/api/web_request/web_request_api.h (working copy)
|
| @@ -433,13 +433,12 @@
|
| virtual bool RunImpl() OVERRIDE;
|
| };
|
|
|
| -class WebRequestHandlerBehaviorChangedFunction
|
| - : public SyncIOThreadExtensionFunction {
|
| +class WebRequestHandlerBehaviorChanged : public SyncIOThreadExtensionFunction {
|
| public:
|
| DECLARE_EXTENSION_FUNCTION_NAME("webRequest.handlerBehaviorChanged");
|
|
|
| protected:
|
| - virtual ~WebRequestHandlerBehaviorChangedFunction() {}
|
| + virtual ~WebRequestHandlerBehaviorChanged() {}
|
|
|
| // ExtensionFunction:
|
| virtual void GetQuotaLimitHeuristics(
|
|
|