#ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_REMOTE_CHANGE_PROCESSOR_ON_WORKER_H_
#define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_REMOTE_CHANGE_PROCESSOR_ON_WORKER_H_
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/sequence_checker.h"
#include "chrome/browser/sync_file_system/remote_change_processor.h"
namespace base {
class SingleThreadTaskRunner;
class SequencedTaskRunner;
}
namespace sync_file_system {
namespace drive_backend {
class RemoteChangeProcessorWrapper;
class RemoteChangeProcessorOnWorker : public RemoteChangeProcessor { … };
}
}
#endif