| Index: storage/browser/fileapi/timed_task_helper.h
|
| diff --git a/webkit/browser/fileapi/timed_task_helper.h b/storage/browser/fileapi/timed_task_helper.h
|
| similarity index 87%
|
| copy from webkit/browser/fileapi/timed_task_helper.h
|
| copy to storage/browser/fileapi/timed_task_helper.h
|
| index 5ea145f667a6a97950f6f35b39c572f17bb020cb..4663501b4ff0f497657cf9d359830ccb68ae829d 100644
|
| --- a/webkit/browser/fileapi/timed_task_helper.h
|
| +++ b/storage/browser/fileapi/timed_task_helper.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_BROWSER_FILEAPI_TIMED_TASK_HELPER_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_TIMED_TASK_HELPER_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_TIMED_TASK_HELPER_H_
|
| +#define STORAGE_BROWSER_FILEAPI_TIMED_TASK_HELPER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -56,4 +56,4 @@ class STORAGE_EXPORT TimedTaskHelper {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_TIMED_TASK_HELPER_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_TIMED_TASK_HELPER_H_
|
|
|