diff options
Diffstat (limited to 'content/common/file_system/webfilewriter_impl.h')
-rw-r--r-- | content/common/file_system/webfilewriter_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/file_system/webfilewriter_impl.h b/content/common/file_system/webfilewriter_impl.h index 2be2437..fa34eaf 100644 --- a/content/common/file_system/webfilewriter_impl.h +++ b/content/common/file_system/webfilewriter_impl.h @@ -5,8 +5,8 @@ #ifndef CONTENT_COMMON_FILE_SYSTEM_WEBFILEWRITER_IMPL_H_ #define CONTENT_COMMON_FILE_SYSTEM_WEBFILEWRITER_IMPL_H_ -#include "base/ref_counted.h" -#include "base/weak_ptr.h" +#include "base/memory/ref_counted.h" +#include "base/memory/weak_ptr.h" #include "webkit/fileapi/webfilewriter_base.h" class FileSystemDispatcher; |