| Index: chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| index 0f2813d2489cac138abb970aafc74340cc347df3..14302b1b0e48daf8d0be24d4dd01217a4fc0a73d 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/sync_file_system/drive_backend/sync_task.h"
|
| #include "chrome/browser/sync_file_system/remote_file_sync_service.h"
|
|
|