| Index: storage/browser/fileapi/copy_or_move_file_validator.h | 
| diff --git a/webkit/browser/fileapi/copy_or_move_file_validator.h b/storage/browser/fileapi/copy_or_move_file_validator.h | 
| similarity index 86% | 
| copy from webkit/browser/fileapi/copy_or_move_file_validator.h | 
| copy to storage/browser/fileapi/copy_or_move_file_validator.h | 
| index 9ade9e589be38146a2d7a9088c5b9be473421509..f79c4731197733150311b19b1a19c550cda3d81d 100644 | 
| --- a/webkit/browser/fileapi/copy_or_move_file_validator.h | 
| +++ b/storage/browser/fileapi/copy_or_move_file_validator.h | 
| @@ -2,12 +2,12 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_ | 
| -#define WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_ | 
| +#ifndef STORAGE_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_ | 
| +#define STORAGE_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_ | 
|  | 
| #include "base/callback.h" | 
| #include "base/files/file.h" | 
| -#include "webkit/browser/storage_browser_export.h" | 
| +#include "storage/browser/storage_browser_export.h" | 
|  | 
| namespace base { | 
| class FilePath; | 
| @@ -51,4 +51,4 @@ class CopyOrMoveFileValidatorFactory { | 
|  | 
| }  // namespace storage | 
|  | 
| -#endif  // WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_ | 
| +#endif  // STORAGE_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_ | 
|  |