| Index: chrome/browser/chromeos/drive/fileapi/async_file_util.cc
|
| diff --git a/chrome/browser/chromeos/drive/fileapi/async_file_util.cc b/chrome/browser/chromeos/drive/fileapi/async_file_util.cc
|
| index fa80c0ac1e8fed2bb39ad4fa4151d10afc664b6d..9adf7871e25c3caba7a8a267fa31299a5c44aff4 100644
|
| --- a/chrome/browser/chromeos/drive/fileapi/async_file_util.cc
|
| +++ b/chrome/browser/chromeos/drive/fileapi/async_file_util.cc
|
| @@ -13,9 +13,9 @@
|
| #include "chrome/browser/chromeos/drive/fileapi/fileapi_worker.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "google_apis/drive/task_util.h"
|
| +#include "storage/browser/blob/shareable_file_reference.h"
|
| #include "storage/browser/fileapi/file_system_operation_context.h"
|
| #include "storage/browser/fileapi/file_system_url.h"
|
| -#include "storage/common/blob/shareable_file_reference.h"
|
|
|
| using content::BrowserThread;
|
|
|
|
|