| Index: chrome/browser/extensions/api/web_request/web_request_api.h
|
| diff --git a/chrome/browser/extensions/api/webrequest/webrequest_api.h b/chrome/browser/extensions/api/web_request/web_request_api.h
|
| similarity index 97%
|
| rename from chrome/browser/extensions/api/webrequest/webrequest_api.h
|
| rename to chrome/browser/extensions/api/web_request/web_request_api.h
|
| index 854606196cbfd1b7725464ecf0925191d807befb..41e933362ed7b0e41d45f52f6aa5b78193eecc20 100644
|
| --- a/chrome/browser/extensions/api/webrequest/webrequest_api.h
|
| +++ b/chrome/browser/extensions/api/web_request/web_request_api.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_H_
|
| +#ifndef CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
| +#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
| #pragma once
|
|
|
| #include <list>
|
| @@ -14,7 +14,7 @@
|
|
|
| #include "base/memory/singleton.h"
|
| #include "base/time.h"
|
| -#include "chrome/browser/extensions/api/webrequest/webrequest_api_helpers.h"
|
| +#include "chrome/browser/extensions/api/web_request/web_request_api_helpers.h"
|
| #include "chrome/browser/extensions/extension_function.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/extensions/url_pattern_set.h"
|
| @@ -112,7 +112,7 @@ class ExtensionWebRequestEventRouter {
|
| bool cancel;
|
| GURL new_url;
|
| scoped_ptr<net::HttpRequestHeaders> request_headers;
|
| - scoped_ptr<extension_webrequest_api_helpers::ResponseHeaders>
|
| + scoped_ptr<extension_web_request_api_helpers::ResponseHeaders>
|
| response_headers;
|
|
|
| scoped_ptr<net::AuthCredentials> auth_credentials;
|
| @@ -380,4 +380,4 @@ class WebRequestHandlerBehaviorChanged : public SyncIOThreadExtensionFunction {
|
| // TODO(mpcomplete): remove. http://crbug.com/100411
|
| void SendExtensionWebRequestStatusToHost(content::RenderProcessHost* host);
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_H_
|
| +#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
|
|