| Index: content/browser/fileapi/timed_task_helper_unittest.cc
|
| diff --git a/content/browser/fileapi/timed_task_helper_unittest.cc b/content/browser/fileapi/timed_task_helper_unittest.cc
|
| index 59e465c98c54b4d24d3247fbbd97d6503758b6d0..2d6e593a2d8606c8b42a17823dbe893c87ce5b34 100644
|
| --- a/content/browser/fileapi/timed_task_helper_unittest.cc
|
| +++ b/content/browser/fileapi/timed_task_helper_unittest.cc
|
| @@ -10,9 +10,9 @@
|
| #include "base/run_loop.h"
|
| #include "base/time/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/browser/fileapi/timed_task_helper.h"
|
| +#include "storage/browser/fileapi/timed_task_helper.h"
|
|
|
| -using fileapi::TimedTaskHelper;
|
| +using storage::TimedTaskHelper;
|
|
|
| namespace content {
|
|
|
|
|