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

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: remove the dependency of content_settings.h on content_settings_types.h 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..bcfbebc099563b51057692b38661cb87672dc511 100644
--- a/chrome/common/content_settings.h
+++ b/chrome/common/content_settings.h
@@ -9,7 +9,6 @@
#include <vector>
#include "chrome/common/content_settings_pattern.h"
-#include "chrome/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