| Index: webkit/browser/fileapi/file_system_task_runners.h
|
| diff --git a/webkit/fileapi/file_system_task_runners.h b/webkit/browser/fileapi/file_system_task_runners.h
|
| similarity index 88%
|
| rename from webkit/fileapi/file_system_task_runners.h
|
| rename to webkit/browser/fileapi/file_system_task_runners.h
|
| index aabb9aba03295c98c64274303c15bf71306284e4..4695e7971e01dab3ffb3cae56d72764a250852da 100644
|
| --- a/webkit/fileapi/file_system_task_runners.h
|
| +++ b/webkit/browser/fileapi/file_system_task_runners.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_FILE_SYSTEM_TASK_RUNNERS_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_TASK_RUNNERS_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_TASK_RUNNERS_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_TASK_RUNNERS_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -52,4 +52,4 @@ class WEBKIT_STORAGE_EXPORT FileSystemTaskRunners {
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_TASK_RUNNERS_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_TASK_RUNNERS_H_
|
|
|