// Copyright 2011 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_PROGRESS_OBSERVER_H_ #define CHROME_BROWSER_IMPORTER_IMPORTER_PROGRESS_OBSERVER_H_ #include "chrome/common/importer/importer_data_types.h" namespace importer { // Objects implement this interface when they wish to be notified of events // during the import process. class ImporterProgressObserver { … }; } // namespace importer #endif // CHROME_BROWSER_IMPORTER_IMPORTER_PROGRESS_OBSERVER_H_