| // Copyright 2011 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "chrome/browser/content_settings/content_settings_mock_observer.h" | |
| namespace content_settings { | |
| MockObserver::MockObserver() = default; | |
| MockObserver::~MockObserver() = default; | |
| } // namespace content_settings |