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

Unified Diff: chrome/common/extensions/event_filter.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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698