Index: chrome/common/extensions/event_filter.h |
diff --git a/chrome/common/extensions/event_filter.h b/chrome/common/extensions/event_filter.h |
index 59a6b3c1972cc78717c97fbcc875ea8c50ed93d3..f6a48547179ca60e7c2b9db294cb0e6a9c625c8f 100644 |
--- a/chrome/common/extensions/event_filter.h |
+++ b/chrome/common/extensions/event_filter.h |
@@ -5,14 +5,14 @@ |
#ifndef CHROME_COMMON_EXTENSIONS_EVENT_FILTER_H_ |
#define CHROME_COMMON_EXTENSIONS_EVENT_FILTER_H_ |
-#include "base/memory/linked_ptr.h" |
-#include "chrome/common/extensions/event_matcher.h" |
-#include "chrome/common/extensions/event_filtering_info.h" |
-#include "chrome/common/extensions/matcher/url_matcher.h" |
- |
#include <map> |
#include <set> |
+#include "base/memory/linked_ptr.h" |
+#include "chrome/common/extensions/event_filtering_info.h" |
+#include "chrome/common/extensions/event_matcher.h" |
+#include "extensions/common/matcher/url_matcher.h" |
+ |
namespace extensions { |
// Matches incoming events against a collection of EventMatchers. Each added |