blob: 22bc030398e09e3dd9836be146d94e6fa7bc1d4d [file] [log] [blame]
juncaia7dd9442015-12-11 02:37:391// Copyright 2015 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
juncaibf183dd2016-05-27 16:57:245#ifndef CHROME_BROWSER_USB_USB_CHOOSER_CONTROLLER_H_
6#define CHROME_BROWSER_USB_USB_CHOOSER_CONTROLLER_H_
juncaia7dd9442015-12-11 02:37:397
juncai830ffff72016-07-01 21:27:288#include <unordered_map>
juncai7d445832016-01-05 03:42:379#include <utility>
juncaib6f22c8f2016-05-13 15:35:2910#include <vector>
juncai7d445832016-01-05 03:42:3711
juncaia7dd9442015-12-11 02:37:3912#include "base/macros.h"
13#include "base/memory/ref_counted.h"
14#include "base/memory/weak_ptr.h"
15#include "base/scoped_observer.h"
juncaibadc1daa2016-07-11 20:36:5416#include "chrome/browser/chooser_controller/chooser_controller.h"
juncai0f6c2ac2016-03-14 18:04:30