| Index: webkit/tools/test_shell/simple_file_system.h
|
| diff --git a/webkit/tools/test_shell/simple_file_system.h b/webkit/tools/test_shell/simple_file_system.h
|
| index 1497806f46ef37c3ba57059662dc65de3fb81cbb..ddc4fced75f8922e33dfc3c9d20c7549999c2cf8 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.h
|
| +++ b/webkit/tools/test_shell/simple_file_system.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_
|
| #define WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_SYSTEM_H_
|
|
|
| -#include <vector>
|
| #include "base/file_util_proxy.h"
|
| #include "base/id_map.h"
|
| -#include "base/memory/scoped_temp_dir.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/scoped_temp_dir.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| +#include <vector>
|
|
|
| namespace WebKit {
|
| class WebFileSystemCallbacks;
|
|
|