| Index: chrome/renderer/extensions/sync_file_system_custom_bindings.cc
|
| diff --git a/chrome/renderer/extensions/sync_file_system_custom_bindings.cc b/chrome/renderer/extensions/sync_file_system_custom_bindings.cc
|
| index a91111b07c4797720658779cad4b222be167c320..d278707547db1acfa44dd23b34afc0d9b1025c0f 100644
|
| --- a/chrome/renderer/extensions/sync_file_system_custom_bindings.cc
|
| +++ b/chrome/renderer/extensions/sync_file_system_custom_bindings.cc
|
| @@ -7,10 +7,10 @@
|
| #include <string>
|
|
|
| #include "extensions/renderer/script_context.h"
|
| +#include "storage/common/fileapi/file_system_util.h"
|
| #include "third_party/WebKit/public/web/WebDOMFileSystem.h"
|
| #include "third_party/WebKit/public/web/WebLocalFrame.h"
|
| #include "v8/include/v8.h"
|
| -#include "webkit/common/fileapi/file_system_util.h"
|
|
|
| namespace extensions {
|
|
|
|
|