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

Unified Diff: extensions/common/event_matcher.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_matcher.h
diff --git a/chrome/common/extensions/event_matcher.h b/extensions/common/event_matcher.h
similarity index 90%
rename from chrome/common/extensions/event_matcher.h
rename to extensions/common/event_matcher.h
index 24acc6eb7d6f2130e92a85cf6c1ad8b2aab8ee12..bb284196fa16b42940bf527c4153fc4029d66bba 100644
--- a/chrome/common/extensions/event_matcher.h
+++ b/extensions/common/event_matcher.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_MATCHER_H_
-#define CHROME_COMMON_EXTENSIONS_EVENT_MATCHER_H_
+#ifndef EXTENSIONS_COMMON_EVENT_MATCHER_H_
+#define EXTENSIONS_COMMON_EVENT_MATCHER_H_
#include "base/memory/scoped_ptr.h"
#include "base/values.h"
@@ -47,4 +47,4 @@ class EventMatcher {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_EVENT_MATCHER_H_
+#endif // EXTENSIONS_COMMON_EVENT_MATCHER_H_

Powered by Google App Engine
This is Rietveld 408576698