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

Unified Diff: extensions/common/matcher/substring_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
Index: extensions/common/matcher/substring_set_matcher.h
diff --git a/chrome/common/extensions/matcher/substring_set_matcher.h b/extensions/common/matcher/substring_set_matcher.h
similarity index 95%
rename from chrome/common/extensions/matcher/substring_set_matcher.h
rename to extensions/common/matcher/substring_set_matcher.h
index 0b4bbc352b56ff640589f794b1d785f44f4b4fdc..4ba8ec3acc364413a3f6dc16c25e9ed5db7f57b9 100644
--- a/chrome/common/extensions/matcher/substring_set_matcher.h
+++ b/extensions/common/matcher/substring_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_SUBSTRING_SET_MATCHER_H_
-#define CHROME_COMMON_EXTENSIONS_MATCHER_SUBSTRING_SET_MATCHER_H_
+#ifndef EXTENSIONS_COMMON_MATCHER_SUBSTRING_SET_MATCHER_H_
+#define EXTENSIONS_COMMON_MATCHER_SUBSTRING_SET_MATCHER_H_
#include <map>
#include <set>
@@ -11,7 +11,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "chrome/common/extensions/matcher/string_pattern.h"
+#include "extensions/common/matcher/string_pattern.h"
namespace extensions {
@@ -133,4 +133,4 @@ class SubstringSetMatcher {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_MATCHER_SUBSTRING_SET_MATCHER_H_
+#endif // EXTENSIONS_COMMON_MATCHER_SUBSTRING_SET_MATCHER_H_
« no previous file with comments | « extensions/common/matcher/string_pattern_unittest.cc ('k') | extensions/common/matcher/substring_set_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698