Index: content/child/webblobregistry_impl.h |
diff --git a/content/child/webblobregistry_impl.h b/content/child/webblobregistry_impl.h |
index 6588a5290735268ed998c96b09545e1a94f84ef4..bce82df62f83e80a2ab8d32d638aaa19efe9e4ea 100644 |
--- a/content/child/webblobregistry_impl.h |
+++ b/content/child/webblobregistry_impl.h |
@@ -5,9 +5,10 @@ |
#ifndef CONTENT_CHILD_FILEAPI_WEBBLOBREGISTRY_IMPL_H_ |
pwnall-personal
2014/08/01 20:37:46
I just realized that this define guard is incorrec
|
#define CONTENT_CHILD_FILEAPI_WEBBLOBREGISTRY_IMPL_H_ |
+#include <string> |
+ |
#include "base/memory/ref_counted.h" |
#include "third_party/WebKit/public/platform/WebBlobRegistry.h" |
-#include "webkit/common/blob/blob_data.h" |
namespace blink { |
class WebBlobData; |