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_ |