chromium/chrome/browser/ui/extensions/extension_install_ui.h

// Copyright 2012 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_EXTENSIONS_EXTENSION_INSTALL_UI_H_
#define CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_INSTALL_UI_H_

#include "base/auto_reset.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/scoped_refptr.h"

namespace content {
class BrowserContext;
}

namespace extensions {
class CrxInstallError;
class Extension;
}  // namespace extensions

class Browser;
class Profile;
class SkBitmap;

class ExtensionInstallUI {};

#endif  // CHROME_BROWSER_UI_EXTENSIONS_EXTENSION_INSTALL_UI_H_