| 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..7c7439d78e2dbfc8889e67d9fe47f584b8a3d5c5 100644
|
| --- a/chrome/browser/content_settings/mock_content_settings_provider.h
|
| +++ b/chrome/browser/content_settings/mock_content_settings_provider.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -9,7 +9,7 @@
|
| #include "base/basictypes.h"
|
| #include "chrome/browser/content_settings/content_settings_provider.h"
|
|
|
| -class MockContentSettingsProvider : public ContentSettingsProviderInterface {
|
| +class MockContentSettingsProvider : public DefaultContentSettingsProvider {
|
| public:
|
| // Create a content settings provider that provides a given setting for a
|
| // given type.
|
|
|