| Index: extensions/common/manifest_handlers/csp_handler.cc
|
| diff --git a/chrome/common/extensions/csp_handler.cc b/extensions/common/manifest_handlers/csp_handler.cc
|
| similarity index 96%
|
| rename from chrome/common/extensions/csp_handler.cc
|
| rename to extensions/common/manifest_handlers/csp_handler.cc
|
| index 3b8512f43ec96a78c7e79d2fd11e30505a12008b..d6251b52a0036f24475a1ccb9f3a1e030dea7bbf 100644
|
| --- a/chrome/common/extensions/csp_handler.cc
|
| +++ b/extensions/common/manifest_handlers/csp_handler.cc
|
| @@ -2,15 +2,15 @@
|
| // 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_handler.h"
|
| +#include "extensions/common/manifest_handlers/csp_handler.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/common/extensions/csp_validator.h"
|
| -#include "chrome/common/extensions/manifest_handlers/sandboxed_page_info.h"
|
| +#include "extensions/common/csp_validator.h"
|
| #include "extensions/common/manifest_constants.h"
|
| +#include "extensions/common/manifest_handlers/sandboxed_page_info.h"
|
|
|
| namespace extensions {
|
|
|
|
|