// 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 STORAGE_BROWSER_TEST_MOCK_FILE_CHANGE_OBSERVER_H_ #define STORAGE_BROWSER_TEST_MOCK_FILE_CHANGE_OBSERVER_H_ #include "base/compiler_specific.h" #include "storage/browser/file_system/file_observers.h" #include "storage/browser/file_system/file_system_url.h" #include "storage/browser/file_system/task_runner_bound_observer_list.h" namespace storage { // Mock file change observer. class MockFileChangeObserver : public FileChangeObserver { … }; } // namespace storage #endif // STORAGE_BROWSER_TEST_MOCK_FILE_CHANGE_OBSERVER_H_