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

Unified Diff: third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp

Issue 2724673002: [WIP] Introduce ScriptResourceData
Patch Set: Compile fix Created 3 years, 4 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
Index: third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp
diff --git a/third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp b/third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp
index b1e1de9fd67ea620bd252868f460c0d4583134fc..f0e72dc8ec99e7b33f8bdfe2e7e6c2af86e33cc9 100644
--- a/third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp
+++ b/third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp
@@ -12,6 +12,7 @@
#include "core/page/Page.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/public/cpp/system/wait.h"
+#include "platform/SharedBuffer.h"
#include "platform/testing/UnitTestHelpers.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/Source/core/mojo/tests/JsToCpp.mojom-blink.h"

Powered by Google App Engine
This is Rietveld 408576698