| Index: extensions/browser/api/web_request/web_request_api.h
|
| diff --git a/chrome/browser/extensions/api/web_request/web_request_api.h b/extensions/browser/api/web_request/web_request_api.h
|
| similarity index 99%
|
| rename from chrome/browser/extensions/api/web_request/web_request_api.h
|
| rename to extensions/browser/api/web_request/web_request_api.h
|
| index f66d671f00e4cb6de2d68f5ba2e6c36149c407f2..5a01458570548d644d6fe55e4e9b846b2bc479b3 100644
|
| --- a/chrome/browser/extensions/api/web_request/web_request_api.h
|
| +++ b/extensions/browser/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_WEB_REQUEST_WEB_REQUEST_API_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
| +#define EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
|
|
| #include <list>
|
| #include <map>
|
| @@ -543,4 +543,4 @@ class WebRequestHandlerBehaviorChangedFunction
|
| virtual bool RunSync() OVERRIDE;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
| +#endif // EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_API_H_
|
|
|