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

Unified Diff: components/content_settings/core/common/content_settings_pattern.cc

Issue 541813002: Componentize chrome/common/content_settings files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OWNERS Created 6 years, 3 months 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
Index: components/content_settings/core/common/content_settings_pattern.cc
diff --git a/chrome/common/content_settings_pattern.cc b/components/content_settings/core/common/content_settings_pattern.cc
similarity index 99%
rename from chrome/common/content_settings_pattern.cc
rename to components/content_settings/core/common/content_settings_pattern.cc
index 98ee8e13e99134fb7edf1aef174e89225ab5c7e3..41ebebcf4c3c99dd73a3cee0e529e517084760e1 100644
--- a/chrome/common/content_settings_pattern.cc
+++ b/components/content_settings/core/common/content_settings_pattern.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/content_settings_pattern.h"
+#include "components/content_settings/core/common/content_settings_pattern.h"
#include <vector>
#include "base/memory/scoped_ptr.h"
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
-#include "chrome/common/content_settings_pattern_parser.h"
+#include "components/content_settings/core/common/content_settings_pattern_parser.h"
#include "net/base/dns_util.h"
#include "net/base/net_util.h"
#include "url/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698