chromium/chrome/browser/ui/content_settings/fake_owner.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_CONTENT_SETTINGS_FAKE_OWNER_H_
#define CHROME_BROWSER_UI_CONTENT_SETTINGS_FAKE_OWNER_H_

#include "base/memory/raw_ref.h"
#include "chrome/browser/ui/content_settings/content_setting_bubble_model.h"

class FakeOwner : public ContentSettingBubbleModel::Owner {};

#endif  // CHROME_BROWSER_UI_CONTENT_SETTINGS_FAKE_OWNER_H_