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

Unified Diff: chrome/browser/content_settings/mock_content_settings_provider.h

Issue 6300015: Rename ContentSettingsProviderInterface to DefaultContentSettingsProviderInterface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/content_settings
Patch Set: Fix nits. Created 9 years, 11 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/content_settings/mock_content_settings_provider.h
diff --git a/chrome/browser/content_settings/mock_content_settings_provider.h b/chrome/browser/content_settings/mock_content_settings_provider.h
index 113a8ae84b0a0064d8c23c652886ccf5c368f750..1609c405a010c51bd0685d0905588435addbf109 100644
--- a/chrome/browser/content_settings/mock_content_settings_provider.h
+++ b/chrome/browser/content_settings/mock_content_settings_provider.h
@@ -7,9 +7,10 @@
#pragma once
#include "base/basictypes.h"
-#include "chrome/browser/content_settings/content_settings_provider.h"
+#include "chrome/browser/content_settings/default_content_settings_provider.h"
jochen (gone - plz use gerrit) 2011/01/25 13:18:47 i would not rename the header but put both interfa
markusheintz_ 2011/01/25 13:57:43 Done.
-class MockContentSettingsProvider : public ContentSettingsProviderInterface {
+class MockContentSettingsProvider :
Bernhard Bauer 2011/01/25 13:11:19 Lint nits still apply (see http://codereview.chrom
markusheintz_ 2011/01/25 13:57:43 Done.
+ public DefaultContentSettingsProviderInterface {
public:
// Create a content settings provider that provides a given setting for a
// given type.

Powered by Google App Engine
This is Rietveld 408576698