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

Unified Diff: extensions/common/matcher/url_matcher_factory.cc

Issue 12092096: Move c/c/extensions/matcher/ to top level extension dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TOT Created 7 years, 11 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: extensions/common/matcher/url_matcher_factory.cc
diff --git a/chrome/common/extensions/matcher/url_matcher_factory.cc b/extensions/common/matcher/url_matcher_factory.cc
similarity index 98%
rename from chrome/common/extensions/matcher/url_matcher_factory.cc
rename to extensions/common/matcher/url_matcher_factory.cc
index a966f3d72b89bea571641462afc516fdc66a5916..cdd08bae0d09b7987f5933b8d6b64a25946bd610 100644
--- a/chrome/common/extensions/matcher/url_matcher_factory.cc
+++ b/extensions/common/matcher/url_matcher_factory.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/matcher/url_matcher_factory.h"
+#include "extensions/common/matcher/url_matcher_factory.h"
#include <algorithm>
#include <cctype>
@@ -11,9 +11,9 @@
#include "base/logging.h"
#include "base/stringprintf.h"
#include "base/values.h"
-#include "chrome/common/extensions/matcher/url_matcher_constants.h"
-#include "chrome/common/extensions/matcher/url_matcher_helpers.h"
#include "extensions/common/error_utils.h"
+#include "extensions/common/matcher/url_matcher_constants.h"
+#include "extensions/common/matcher/url_matcher_helpers.h"
#include "third_party/re2/re2/re2.h"
namespace helpers = extensions::url_matcher_helpers;
« no previous file with comments | « extensions/common/matcher/url_matcher_factory.h ('k') | extensions/common/matcher/url_matcher_factory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698