diff options
Diffstat (limited to 'webkit/fileapi/file_system_file_util.h')
-rw-r--r-- | webkit/fileapi/file_system_file_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h index 996c9f78..620ff09 100644 --- a/webkit/fileapi/file_system_file_util.h +++ b/webkit/fileapi/file_system_file_util.h @@ -9,9 +9,9 @@ #include "base/file_path.h" #include "base/file_util.h" #include "base/file_util_proxy.h" +#include "base/memory/ref_counted.h" +#include "base/memory/singleton.h" #include "base/platform_file.h" -#include "base/ref_counted.h" -#include "base/singleton.h" #include "base/tracked_objects.h" namespace base { |