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

Unified Diff: extensions/common/event_matcher.cc

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.cc
diff --git a/chrome/common/extensions/event_matcher.cc b/extensions/common/event_matcher.cc
similarity index 90%
rename from chrome/common/extensions/event_matcher.cc
rename to extensions/common/event_matcher.cc
index 8a64f787fea5b92699273414a5612821924c074d..c9829373c9102a16a331066f346c19fb0e8d2eef 100644
--- a/chrome/common/extensions/event_matcher.cc
+++ b/extensions/common/event_matcher.cc
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/event_matcher.h"
-#include "chrome/common/extensions/event_filtering_info.h"
+#include "extensions/common/event_matcher.h"
+
+#include "extensions/common/event_filtering_info.h"
namespace {
const char kUrlFiltersKey[] = "url";
« extensions/common/event_filtering_info.h ('K') | « extensions/common/event_matcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698