| Index: extensions/common/csp_validator.cc
|
| diff --git a/chrome/common/extensions/csp_validator.cc b/extensions/common/csp_validator.cc
|
| similarity index 99%
|
| rename from chrome/common/extensions/csp_validator.cc
|
| rename to extensions/common/csp_validator.cc
|
| index 523d51e8991f9e4c30cf0668fbb33844e6aca3f5..15ebbba0f922bb5f33d321bbe8593e74cae459c7 100644
|
| --- a/chrome/common/extensions/csp_validator.cc
|
| +++ b/extensions/common/csp_validator.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/extensions/csp_validator.h"
|
| +#include "extensions/common/csp_validator.h"
|
|
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_tokenizer.h"
|
|
|