| Index: chrome/browser/extensions/api/web_request/web_request_api_helpers.h
|
| diff --git a/chrome/browser/extensions/api/webrequest/webrequest_api_helpers.h b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h
|
| similarity index 95%
|
| rename from chrome/browser/extensions/api/webrequest/webrequest_api_helpers.h
|
| rename to chrome/browser/extensions/api/web_request/web_request_api_helpers.h
|
| index b764ffc45d4e1ded51b70709f2ab8af2e551b02b..888110b7f577693c604f078e3bd24300a31dcc81 100644
|
| --- a/chrome/browser/extensions/api/webrequest/webrequest_api_helpers.h
|
| +++ b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Helper classes and functions used for the WebRequest API.
|
|
|
| -#ifndef CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_HELPERS_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_HELPERS_H_
|
| +#ifndef CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_HELPERS_H_
|
| +#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_HELPERS_H_
|
| #pragma once
|
|
|
| #include <list>
|
| @@ -27,7 +27,7 @@ class ListValue;
|
| class Value;
|
| }
|
|
|
| -namespace extension_webrequest_api_helpers {
|
| +namespace extension_web_request_api_helpers {
|
|
|
| typedef std::pair<std::string, std::string> ResponseHeader;
|
| typedef std::vector<ResponseHeader> ResponseHeaders;
|
| @@ -178,6 +178,6 @@ bool MergeOnAuthRequiredResponses(
|
| std::set<std::string>* conflicting_extensions,
|
| EventLogEntries* event_log_entries);
|
|
|
| -} // namespace extension_webrequest_api_helpers
|
| +} // namespace extension_web_request_api_helpers
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_HELPERS_H_
|
| +#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_HELPERS_H_
|
|
|