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

Unified Diff: extensions/common/event_filter.cc

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.h ('k') | extensions/common/event_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/event_filter.cc
diff --git a/chrome/common/extensions/event_filter.cc b/extensions/common/event_filter.cc
similarity index 99%
rename from chrome/common/extensions/event_filter.cc
rename to extensions/common/event_filter.cc
index dd02f038b5651b84bb9edd9e2eca8054d6acf57b..e5d6b1d5ec59008ed63e014c84730c3129d655a0 100644
--- a/chrome/common/extensions/event_filter.cc
+++ b/extensions/common/event_filter.cc
@@ -2,7 +2,7 @@
// 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_filter.h"
+#include "extensions/common/event_filter.h"
#include "extensions/common/matcher/url_matcher_factory.h"
« no previous file with comments | « extensions/common/event_filter.h ('k') | extensions/common/event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698