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

Unified Diff: extensions/common/event_filtering_info.h

Issue 12208078: Move chrome/common/extensions/event_* to extensions/common/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: v8 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
« no previous file with comments | « extensions/common/event_filter_unittest.cc ('k') | extensions/common/event_filtering_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/event_filtering_info.h
diff --git a/chrome/common/extensions/event_filtering_info.h b/extensions/common/event_filtering_info.h
similarity index 84%
rename from chrome/common/extensions/event_filtering_info.h
rename to extensions/common/event_filtering_info.h
index 852524100c875e3a2e0439e4f0072f5a7c246b38..2fee9c15db48293caac8052881b446cf89e8c354 100644
--- a/chrome/common/extensions/event_filtering_info.h
+++ b/extensions/common/event_filtering_info.h
@@ -2,12 +2,11 @@
// 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_FILTERING_INFO_H_
-#define CHROME_COMMON_EXTENSIONS_EVENT_FILTERING_INFO_H_
+#ifndef EXTENSIONS_COMMON_EVENT_FILTERING_INFO_H_
+#define EXTENSIONS_COMMON_EVENT_FILTERING_INFO_H_
#include "base/memory/scoped_ptr.h"
#include "googleurl/src/gurl.h"
-#include "v8/include/v8.h"
namespace base {
class Value;
@@ -45,4 +44,4 @@ class EventFilteringInfo {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_EVENT_FILTERING_INFO_H_
+#endif // EXTENSIONS_COMMON_EVENT_FILTERING_INFO_H_
« no previous file with comments | « extensions/common/event_filter_unittest.cc ('k') | extensions/common/event_filtering_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698