| Index: chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| index 1b5fcdfb72448cf518345fa8fe1b9281fba4c60a..d88c2fba77ef14686c14faeb3d71e8061ebc6180 100644
|
| --- a/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| +++ b/chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
| @@ -14,7 +14,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/threading/non_thread_safe.h"
|
| #include "storage/browser/fileapi/file_system_operation.h"
|
| #include "storage/browser/fileapi/file_system_url.h"
|
|
|
| @@ -29,8 +28,7 @@ class SyncableFileOperationRunner;
|
|
|
| // A wrapper class of FileSystemOperation for syncable file system.
|
| class SyncableFileSystemOperation
|
| - : public NON_EXPORTED_BASE(storage::FileSystemOperation),
|
| - public base::NonThreadSafe {
|
| + : public NON_EXPORTED_BASE(storage::FileSystemOperation) {
|
| public:
|
| ~SyncableFileSystemOperation() override;
|
|
|
|
|