// 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_DRIVE_BACKEND_FAKE_DRIVE_SERVICE_HELPER_H_ #define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_SERVICE_HELPER_H_ #include <string> #include "base/files/scoped_temp_dir.h" #include "base/memory/raw_ptr.h" #include "components/drive/drive_uploader.h" #include "components/drive/service/fake_drive_service.h" namespace base { class FilePath; } namespace sync_file_system { namespace drive_backend { class FakeDriveServiceHelper { … }; } // namespace drive_backend } // namespace sync_file_system #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_FAKE_DRIVE_SERVICE_HELPER_H_