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

Unified Diff: chrome/common/content_settings.h

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk Created 6 years, 5 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/common/content_settings.h
diff --git a/chrome/common/content_settings.h b/chrome/common/content_settings.h
index bf92413bc10e9d07f593279604856d7b00e9bc95..64fddfa93fe20f48d588babc59208199df2e6d7a 100644
--- a/chrome/common/content_settings.h
+++ b/chrome/common/content_settings.h
@@ -9,7 +9,7 @@
#include <vector>
#include "chrome/common/content_settings_pattern.h"
-#include "chrome/common/content_settings_types.h"
+#include "components/content_settings/core/common/content_settings_types.h"
// Different settings that can be assigned for a particular content type. We
// give the user the ability to set these on a global and per-origin basis.

Powered by Google App Engine
This is Rietveld 408576698