| Index: content/renderer/pepper/pepper_file_system_host.cc
|
| diff --git a/content/renderer/pepper/pepper_file_system_host.cc b/content/renderer/pepper/pepper_file_system_host.cc
|
| index 79d1be699e4462c091b1816f216353b5ad2a4ad9..6098db6393a7f942598b7933d6b736d1c11083c4 100644
|
| --- a/content/renderer/pepper/pepper_file_system_host.cc
|
| +++ b/content/renderer/pepper/pepper_file_system_host.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| -#include "content/common/child_thread.h"
|
| -#include "content/common/fileapi/file_system_dispatcher.h"
|
| +#include "content/child/child_thread.h"
|
| +#include "content/child/fileapi/file_system_dispatcher.h"
|
| #include "content/public/renderer/render_view.h"
|
| #include "content/public/renderer/renderer_ppapi_host.h"
|
| #include "ppapi/c/pp_errors.h"
|
|
|