// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_STORAGE_MONITOR_MOCK_REMOVABLE_STORAGE_OBSERVER_H_ #define COMPONENTS_STORAGE_MONITOR_MOCK_REMOVABLE_STORAGE_OBSERVER_H_ #include "components/storage_monitor/removable_storage_observer.h" #include "components/storage_monitor/storage_info.h" namespace storage_monitor { class MockRemovableStorageObserver : public RemovableStorageObserver { … }; } // namespace storage_monitor #endif // COMPONENTS_STORAGE_MONITOR_MOCK_REMOVABLE_STORAGE_OBSERVER_H_