| Index: extensions/browser/api/declarative_webrequest/webrequest_action.h
|
| diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h b/extensions/browser/api/declarative_webrequest/webrequest_action.h
|
| similarity index 98%
|
| rename from chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h
|
| rename to extensions/browser/api/declarative_webrequest/webrequest_action.h
|
| index a7539c4ce134359b6019765cf933c35ff83a49ed..1b6df441ad14fc03856a4d6bee0dc966330b2c78 100644
|
| --- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h
|
| +++ b/extensions/browser/api/declarative_webrequest/webrequest_action.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_DECLARATIVE_WEBREQUEST_WEBREQUEST_ACTION_H_
|
| -#define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_ACTION_H_
|
| +#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_ACTION_H_
|
| +#define EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_ACTION_H_
|
|
|
| #include <list>
|
| #include <string>
|
| @@ -12,9 +12,9 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/browser/extensions/api/web_request/web_request_api_helpers.h"
|
| #include "extensions/browser/api/declarative/declarative_rule.h"
|
| #include "extensions/browser/api/declarative_webrequest/request_stage.h"
|
| +#include "extensions/browser/api/web_request/web_request_api_helpers.h"
|
| #include "extensions/common/api/events.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -467,4 +467,4 @@ class WebRequestSendMessageToExtensionAction : public WebRequestAction {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_ACTION_H_
|
| +#endif // EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_ACTION_H_
|
|
|