// 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_IMPORTER_IMPORTER_LIST_H_ #define CHROME_BROWSER_IMPORTER_IMPORTER_LIST_H_ #include <stddef.h> #include <string> #include <vector> #include "base/functional/callback_forward.h" #include "base/memory/weak_ptr.h" #include "base/sequence_checker.h" #include "chrome/common/importer/importer_data_types.h" // ImporterList detects installed browsers and profiles via // DetectSourceProfilesWorker(). ImporterList lives on the UI thread. class ImporterList { … }; #endif // CHROME_BROWSER_IMPORTER_IMPORTER_LIST_H_