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

Unified Diff: chrome/browser/extensions/api/web_request/web_request_api_constants.cc

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_constants.cc
diff --git a/chrome/browser/extensions/api/webrequest/webrequest_api_constants.cc b/chrome/browser/extensions/api/web_request/web_request_api_constants.cc
similarity index 93%
rename from chrome/browser/extensions/api/webrequest/webrequest_api_constants.cc
rename to chrome/browser/extensions/api/web_request/web_request_api_constants.cc
index 81b8d7a033daddfd3c01632c32199e83b0197caf..d9c4ff55dd19e8d1e69b6ecbfb23da527bb28647 100644
--- a/chrome/browser/extensions/api/webrequest/webrequest_api_constants.cc
+++ b/chrome/browser/extensions/api/web_request/web_request_api_constants.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/extensions/api/webrequest/webrequest_api_constants.h"
+#include "chrome/browser/extensions/api/web_request/web_request_api_constants.h"
-namespace extension_webrequest_api_constants {
+namespace extension_web_request_api_constants {
const char kChallengerKey[] = "challenger";
const char kErrorKey[] = "error";
@@ -58,4 +58,4 @@ const char kHostPermissionsRequired[] =
"You need to request host permissions in the manifest file in order to "
"be notified about requests from the webRequest API.";
-} // namespace extension_webrequest_api_constants
+} // namespace extension_web_request_api_constants

Powered by Google App Engine
This is Rietveld 408576698