| Index: webkit/renderer/fileapi/webfilewriter_base.h
 | 
| diff --git a/webkit/fileapi/webfilewriter_base.h b/webkit/renderer/fileapi/webfilewriter_base.h
 | 
| similarity index 92%
 | 
| rename from webkit/fileapi/webfilewriter_base.h
 | 
| rename to webkit/renderer/fileapi/webfilewriter_base.h
 | 
| index f7838e6d83b958fd2269ff4ad5a841649d76ae86..d091e6beac51c4ee57c2c44ea00e9f86512525da 100644
 | 
| --- a/webkit/fileapi/webfilewriter_base.h
 | 
| +++ b/webkit/renderer/fileapi/webfilewriter_base.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef WEBKIT_FILEAPI_WEBFILEWRITER_BASE_H_
 | 
| -#define WEBKIT_FILEAPI_WEBFILEWRITER_BASE_H_
 | 
| +#ifndef WEBKIT_RENDERER_FILEAPI_WEBFILEWRITER_BASE_H_
 | 
| +#define WEBKIT_RENDERER_FILEAPI_WEBFILEWRITER_BASE_H_
 | 
|  
 | 
|  #include "base/platform_file.h"
 | 
|  #include "googleurl/src/gurl.h"
 | 
| @@ -68,4 +68,4 @@ class WEBKIT_STORAGE_EXPORT WebFileWriterBase
 | 
|  
 | 
|  }  // namespace fileapi
 | 
|  
 | 
| -#endif  // WEBKIT_FILEAPI_WEBFILEWRITER_BASE_H_
 | 
| +#endif  // WEBKIT_RENDERER_FILEAPI_WEBFILEWRITER_BASE_H_
 | 
| 
 |