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

Unified Diff: extensions/common/matcher/regex_set_matcher.h

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
« no previous file with comments | « extensions/common/matcher/OWNERS ('k') | extensions/common/matcher/regex_set_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/matcher/regex_set_matcher.h
diff --git a/chrome/common/extensions/matcher/regex_set_matcher.h b/extensions/common/matcher/regex_set_matcher.h
similarity index 88%
rename from chrome/common/extensions/matcher/regex_set_matcher.h
rename to extensions/common/matcher/regex_set_matcher.h
index 79c6641b5870e7bc446d819f8aa39e3247eb1628..8d9de1c8c0f5213512bfb431f828a3197f4b182e 100644
--- a/chrome/common/extensions/matcher/regex_set_matcher.h
+++ b/extensions/common/matcher/regex_set_matcher.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_EXTENSIONS_MATCHER_REGEX_SET_MATCHER_H_
-#define CHROME_COMMON_EXTENSIONS_MATCHER_REGEX_SET_MATCHER_H_
+#ifndef EXTENSIONS_COMMON_MATCHER_REGEX_SET_MATCHER_H_
+#define EXTENSIONS_COMMON_MATCHER_REGEX_SET_MATCHER_H_
#include <map>
#include <set>
@@ -11,8 +11,8 @@
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "chrome/common/extensions/matcher/string_pattern.h"
-#include "chrome/common/extensions/matcher/substring_set_matcher.h"
+#include "extensions/common/matcher/string_pattern.h"
+#include "extensions/common/matcher/substring_set_matcher.h"
namespace re2 {
class FilteredRE2;
@@ -77,4 +77,4 @@ class RegexSetMatcher {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_MATCHER_REGEX_SET_MATCHER_H_
+#endif // EXTENSIONS_COMMON_MATCHER_REGEX_SET_MATCHER_H_
« no previous file with comments | « extensions/common/matcher/OWNERS ('k') | extensions/common/matcher/regex_set_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698