| Index: content/child/webblobregistry_impl.cc
|
| diff --git a/content/child/webblobregistry_impl.cc b/content/child/webblobregistry_impl.cc
|
| index 232a03f66bfcfebdc83508aa65fdbcb2cf5f2be0..5a97593afcefb4bb4d690d46a9efbc628f119b35 100644
|
| --- a/content/child/webblobregistry_impl.cc
|
| +++ b/content/child/webblobregistry_impl.cc
|
| @@ -12,11 +12,11 @@
|
| #include "content/child/child_thread.h"
|
| #include "content/child/thread_safe_sender.h"
|
| #include "content/common/fileapi/webblob_messages.h"
|
| +#include "storage/common/blob/blob_data.h"
|
| #include "third_party/WebKit/public/platform/WebBlobData.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebThreadSafeData.h"
|
| #include "third_party/WebKit/public/platform/WebURL.h"
|
| -#include "webkit/common/blob/blob_data.h"
|
|
|
| using blink::WebBlobData;
|
| using blink::WebString;
|
|
|