| Index: chrome/common/extensions/csp_validator.cc
|
| diff --git a/chrome/common/extensions/csp_validator.cc b/chrome/common/extensions/csp_validator.cc
|
| index e6a7677efa2fb0601ca55aefcdc92fcc4f77e7f9..8f7805cdd8527f2d6d1082408c3789aa6d21752d 100644
|
| --- a/chrome/common/extensions/csp_validator.cc
|
| +++ b/chrome/common/extensions/csp_validator.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "chrome/common/extensions/csp_validator.h"
|
|
|
| -#include "base/string_split.h"
|
| #include "base/string_util.h"
|
| +#include "base/strings/string_split.h"
|
| #include "base/strings/string_tokenizer.h"
|
|
|
| namespace extensions {
|
|
|