| Index: base/files/file_util.h
|
| diff --git a/base/files/file_util.h b/base/files/file_util.h
|
| index 05b3cbf767bbcaed49307db5f065e291abd77b40..f3419a4ec0f2541b371a05f4c17335b3dbe8231c 100644
|
| --- a/base/files/file_util.h
|
| +++ b/base/files/file_util.h
|
| @@ -12,6 +12,7 @@
|
| #include <stdint.h>
|
| #include <stdio.h>
|
|
|
| +#include <memory>
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
| @@ -19,7 +20,6 @@
|
| #include "base/base_export.h"
|
| #include "base/files/file.h"
|
| #include "base/files/file_path.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "build/build_config.h"
|
|
|
|
|