Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: extensions/common/csp_validator.cc

Issue 83843002: Move ManifestHandlers to extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: s/handler/info Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/csp_validator.h ('k') | extensions/common/csp_validator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « extensions/common/csp_validator.h ('k') | extensions/common/csp_validator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698