| 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
|
|
|