| Index: extensions/browser/api/declarative_webrequest/webrequest_constants.h
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h b/extensions/browser/api/declarative_webrequest/webrequest_constants.h
|
| similarity index 92%
|
| rename from chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| rename to extensions/browser/api/declarative_webrequest/webrequest_constants.h
|
| index 75312ce8062c25e5a2eda8465d30d88f20e0b576..322ccc639d18e2b36eaa74481ec3236aa810ea93 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_constants.h
|
| +++ b/extensions/browser/api/declarative_webrequest/webrequest_constants.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Constants used for the WebRequest API.
|
|
|
| -#ifndef CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
|
| +#define EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
|
|
|
| namespace extensions {
|
| namespace declarative_webrequest_constants {
|
| @@ -86,4 +86,4 @@ extern const char kSetRequestHeaderType[];
|
| } // namespace declarative_webrequest_constants
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
|
| +#endif // EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONSTANTS_H_
|
|
|