Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: extensions/browser/api/activity_log/web_request_constants.h

Issue 589153002: Remove void* in WebRequestEventRouterDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/activity_log/web_request_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/activity_log/web_request_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698