Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: content/child/webblobregistry_impl.h

Issue 434833002: Add mock WebBlobRegistry to TestWebKitPlatformSupport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on Windows. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/test/mock_webblob_registry_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/test/mock_webblob_registry_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698