Index: extensions/browser/api/web_request/web_request_permissions.h |
diff --git a/chrome/browser/extensions/api/web_request/web_request_permissions.h b/extensions/browser/api/web_request/web_request_permissions.h |
similarity index 85% |
rename from chrome/browser/extensions/api/web_request/web_request_permissions.h |
rename to extensions/browser/api/web_request/web_request_permissions.h |
index 367a3c0a350c4a57d9d8227f77d4140588163bd0..44ef0eb6c7d9b3e950548b2396a34cfc45daef4c 100644 |
--- a/chrome/browser/extensions/api/web_request/web_request_permissions.h |
+++ b/extensions/browser/api/web_request/web_request_permissions.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_PERMISSIONS_H_ |
-#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_PERMISSIONS_H_ |
+#ifndef EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_PERMISSIONS_H_ |
+#define EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_PERMISSIONS_H_ |
#include <map> |
#include <string> |
@@ -47,4 +47,4 @@ class WebRequestPermissions { |
DISALLOW_IMPLICIT_CONSTRUCTORS(WebRequestPermissions); |
}; |
-#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_PERMISSIONS_H_ |
+#endif // EXTENSIONS_BROWSER_API_WEB_REQUEST_WEB_REQUEST_PERMISSIONS_H_ |