// 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 CHROME_BROWSER_SYNC_FILE_SYSTEM_TASK_LOGGER_H_ #define CHROME_BROWSER_SYNC_FILE_SYSTEM_TASK_LOGGER_H_ #include <memory> #include <string> #include <vector> #include "base/containers/circular_deque.h" #include "base/memory/weak_ptr.h" #include "base/observer_list.h" #include "base/time/time.h" namespace sync_file_system { class TaskLogger final { … }; } // namespace sync_file_system #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_TASK_LOGGER_H_