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

Unified Diff: chrome/browser/gtk/options/content_exceptions_window_gtk_unittest.cc

Issue 5574001: Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as separate classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/content_settings
Patch Set: updates Created 10 years 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/gtk/options/content_exceptions_window_gtk_unittest.cc
diff --git a/chrome/browser/gtk/options/content_exceptions_window_gtk_unittest.cc b/chrome/browser/gtk/options/content_exceptions_window_gtk_unittest.cc
index 764e9912e5f2aafc2ab4754c971e975b3a0ee047..8af7c551ce9e0cb7ed79429628a7895ffd57424e 100644
--- a/chrome/browser/gtk/options/content_exceptions_window_gtk_unittest.cc
+++ b/chrome/browser/gtk/options/content_exceptions_window_gtk_unittest.cc
@@ -26,7 +26,7 @@ class ContentExceptionsWindowGtkUnittest : public testing::Test {
void AddException(const std::string& pattern, ContentSetting value) {
host_content_settings_map_->SetContentSetting(
- HostContentSettingsMap::Pattern(pattern),
+ ContentSettingsPattern(pattern),
CONTENT_SETTINGS_TYPE_JAVASCRIPT,
"",
value);

Powered by Google App Engine
This is Rietveld 408576698