// Copyright 2013 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_SYNC_FILE_SYSTEM_FILE_CHANGE_H_ #define CHROME_BROWSER_SYNC_FILE_SYSTEM_FILE_CHANGE_H_ #include <stddef.h> #include <string> #include "base/containers/circular_deque.h" #include "chrome/browser/sync_file_system/sync_file_type.h" #include "storage/browser/file_system/file_system_url.h" namespace sync_file_system { class FileChange { … }; class FileChangeList { … }; } // namespace sync_file_system #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_FILE_CHANGE_H_