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

Unified Diff: chrome/browser/extensions/api/declarative_content/content_condition.cc

Issue 2853023002: [Extensions Bindings] Add native declarativeContent verification (Closed)
Patch Set: lazyboy's Created 3 years, 8 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: chrome/browser/extensions/api/declarative_content/content_condition.cc
diff --git a/chrome/browser/extensions/api/declarative_content/content_condition.cc b/chrome/browser/extensions/api/declarative_content/content_condition.cc
index 61230451fafc67afc1096a870fea4999a8bfc17e..17b0bcc426c21b86c900761b911e4eb3fc833261 100644
--- a/chrome/browser/extensions/api/declarative_content/content_condition.cc
+++ b/chrome/browser/extensions/api/declarative_content/content_condition.cc
@@ -9,7 +9,7 @@
#include "base/bind.h"
#include "base/strings/stringprintf.h"
#include "base/values.h"
-#include "chrome/browser/extensions/api/declarative_content/content_constants.h"
+#include "extensions/common/api/declarative/declarative_constants.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698