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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api_helpers.h

Issue 9701039: Refactor folders in chrome/browser/extensions/api (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Small change to includes in extension_event_router.cc Created 8 years, 9 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
Index: chrome/browser/extensions/api/web_request/web_request_api_helpers.h
diff --git a/chrome/browser/extensions/api/webrequest/webrequest_api_helpers.h b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h
similarity index 95%
rename from chrome/browser/extensions/api/webrequest/webrequest_api_helpers.h
rename to chrome/browser/extensions/api/web_request/web_request_api_helpers.h
index b764ffc45d4e1ded51b70709f2ab8af2e551b02b..888110b7f577693c604f078e3bd24300a31dcc81 100644
--- a/chrome/browser/extensions/api/webrequest/webrequest_api_helpers.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h
@@ -4,8 +4,8 @@
// Helper classes and functions used for the WebRequest API.
-#ifndef CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_HELPERS_H_
-#define CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_HELPERS_H_
+#ifndef CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_HELPERS_H_
+#define CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_HELPERS_H_
#pragma once
#include <list>
@@ -27,7 +27,7 @@ class ListValue;
class Value;
}
-namespace extension_webrequest_api_helpers {
+namespace extension_web_request_api_helpers {
typedef std::pair<std::string, std::string> ResponseHeader;
typedef std::vector<ResponseHeader> ResponseHeaders;
@@ -178,6 +178,6 @@ bool MergeOnAuthRequiredResponses(
std::set<std::string>* conflicting_extensions,
EventLogEntries* event_log_entries);
-} // namespace extension_webrequest_api_helpers
+} // namespace extension_web_request_api_helpers
-#endif // CHROME_BROWSER_EXTENSIONS_API_WEBREQUEST_WEBREQUEST_API_HELPERS_H_
+#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_REQUEST_WEB_REQUEST_API_HELPERS_H_

Powered by Google App Engine
This is Rietveld 408576698