| Index: extensions/browser/api/activity_log/web_request_constants.h
|
| diff --git a/chrome/browser/extensions/activity_log/web_request_constants.h b/extensions/browser/api/activity_log/web_request_constants.h
|
| similarity index 85%
|
| rename from chrome/browser/extensions/activity_log/web_request_constants.h
|
| rename to extensions/browser/api/activity_log/web_request_constants.h
|
| index f94385c97cfde488ba03090dac4e7277364d8275..da16d57982e104d454a15a15d2cba7d2b25502cb 100644
|
| --- a/chrome/browser/extensions/activity_log/web_request_constants.h
|
| +++ b/extensions/browser/api/activity_log/web_request_constants.h
|
| @@ -5,8 +5,8 @@
|
| // Constants used when describing request modifications via the WebRequest API
|
| // in the activity log.
|
|
|
| -#ifndef CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_WEB_REQUEST_CONSTANTS_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_WEB_REQUEST_CONSTANTS_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_ACTIVITY_LOG_WEB_REQUEST_CONSTANTS_H_
|
| +#define EXTENSIONS_BROWSER_API_ACTIVITY_LOG_WEB_REQUEST_CONSTANTS_H_
|
|
|
| namespace activity_log_web_request_constants {
|
|
|
| @@ -33,4 +33,4 @@ extern const char kCookieModDomainKey[];
|
|
|
| } // namespace activity_log_web_request_constants
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_WEB_REQUEST_CONSTANTS_H_
|
| +#endif // EXTENSIONS_BROWSER_API_ACTIVITY_LOG_WEB_REQUEST_CONSTANTS_H_
|
|
|