| Index: webkit/browser/fileapi/copy_or_move_file_validator.h
|
| diff --git a/webkit/fileapi/copy_or_move_file_validator.h b/webkit/browser/fileapi/copy_or_move_file_validator.h
|
| similarity index 86%
|
| rename from webkit/fileapi/copy_or_move_file_validator.h
|
| rename to webkit/browser/fileapi/copy_or_move_file_validator.h
|
| index 1c15fa952a23b270087e4e1f60c74d79211c4ffa..b60d332e6c0583f0d19aa6af3ad1dd4a6ed5bf7f 100644
|
| --- a/webkit/fileapi/copy_or_move_file_validator.h
|
| +++ b/webkit/browser/fileapi/copy_or_move_file_validator.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_COPY_OR_MOVE_FILE_VALIDATOR_H_
|
| -#define WEBKIT_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_
|
|
|
| #include "base/callback.h"
|
| #include "base/platform_file.h"
|
| @@ -42,4 +42,4 @@ class CopyOrMoveFileValidatorFactory {
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_
|
|
|