Index: extensions/common/event_matcher.h |
diff --git a/chrome/common/extensions/event_matcher.h b/extensions/common/event_matcher.h |
similarity index 90% |
rename from chrome/common/extensions/event_matcher.h |
rename to extensions/common/event_matcher.h |
index 24acc6eb7d6f2130e92a85cf6c1ad8b2aab8ee12..bb284196fa16b42940bf527c4153fc4029d66bba 100644 |
--- a/chrome/common/extensions/event_matcher.h |
+++ b/extensions/common/event_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_EVENT_MATCHER_H_ |
-#define CHROME_COMMON_EXTENSIONS_EVENT_MATCHER_H_ |
+#ifndef EXTENSIONS_COMMON_EVENT_MATCHER_H_ |
+#define EXTENSIONS_COMMON_EVENT_MATCHER_H_ |
#include "base/memory/scoped_ptr.h" |
#include "base/values.h" |
@@ -47,4 +47,4 @@ class EventMatcher { |
} // namespace extensions |
-#endif // CHROME_COMMON_EXTENSIONS_EVENT_MATCHER_H_ |
+#endif // EXTENSIONS_COMMON_EVENT_MATCHER_H_ |