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 86% |
rename from chrome/common/extensions/event_filtering_info.h |
rename to extensions/common/event_filtering_info.h |
index 852524100c875e3a2e0439e4f0072f5a7c246b38..43065ee2234e0c7c780f8c6b95d4ffc4793838c3 100644 |
--- a/chrome/common/extensions/event_filtering_info.h |
+++ b/extensions/common/event_filtering_info.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_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" |
@@ -45,4 +45,4 @@ class EventFilteringInfo { |
} // namespace extensions |
-#endif // CHROME_COMMON_EXTENSIONS_EVENT_FILTERING_INFO_H_ |
+#endif // EXTENSIONS_COMMON_EVENT_FILTERING_INFO_H_ |