chromium/chrome/browser/extensions/browser_extension_window_controller.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_EXTENSIONS_BROWSER_EXTENSION_WINDOW_CONTROLLER_H_
#define CHROME_BROWSER_EXTENSIONS_BROWSER_EXTENSION_WINDOW_CONTROLLER_H_

#include "base/memory/raw_ptr.h"
#include "chrome/browser/extensions/window_controller.h"

class Browser;
class GURL;

namespace extensions {
class Extension;

class BrowserExtensionWindowController : public WindowController {};

}  // namespace extensions

#endif  // CHROME_BROWSER_EXTENSIONS_BROWSER_EXTENSION_WINDOW_CONTROLLER_H_