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

Unified Diff: extensions/common/event_filter.h

Issue 12208078: Move chrome/common/extensions/event_* to extensions/common/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 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/event_filter.h
diff --git a/chrome/common/extensions/event_filter.h b/extensions/common/event_filter.h
similarity index 94%
rename from chrome/common/extensions/event_filter.h
rename to extensions/common/event_filter.h
index f6a48547179ca60e7c2b9db294cb0e6a9c625c8f..efde60357d7e338ae60f945c91c3a049403710c3 100644
--- a/chrome/common/extensions/event_filter.h
+++ b/extensions/common/event_filter.h
@@ -2,15 +2,15 @@
// 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_FILTER_H_
-#define CHROME_COMMON_EXTENSIONS_EVENT_FILTER_H_
+#ifndef EXTENSIONS_COMMON_EVENT_FILTER_H_
+#define EXTENSIONS_COMMON_EVENT_FILTER_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/event_filtering_info.h"
+#include "extensions/common/event_matcher.h"
#include "extensions/common/matcher/url_matcher.h"
namespace extensions {
@@ -123,4 +123,4 @@ class EventFilter {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_EVENT_FILTER_H_
+#endif // EXTENSIONS_COMMON_EVENT_FILTER_H_

Powered by Google App Engine
This is Rietveld 408576698