| Index: extensions/browser/api/activity_log/web_request_constants.cc
|
| diff --git a/chrome/browser/extensions/activity_log/web_request_constants.cc b/extensions/browser/api/activity_log/web_request_constants.cc
|
| similarity index 95%
|
| rename from chrome/browser/extensions/activity_log/web_request_constants.cc
|
| rename to extensions/browser/api/activity_log/web_request_constants.cc
|
| index 22630a8852cf7b624b9954fbd731533f1fc219c6..b7f991dc1fba61dcc9909feefcb6a28a40b92fc6 100644
|
| --- a/chrome/browser/extensions/activity_log/web_request_constants.cc
|
| +++ b/extensions/browser/api/activity_log/web_request_constants.cc
|
| @@ -5,7 +5,7 @@
|
| // Constants used when describing request modifications via the WebRequest API
|
| // in the activity log.
|
|
|
| -#include "chrome/browser/extensions/activity_log/web_request_constants.h"
|
| +#include "extensions/browser/api/activity_log/web_request_constants.h"
|
|
|
| namespace activity_log_web_request_constants {
|
|
|
|
|