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

Unified Diff: testing/embedder_test.h

Issue 955513009: Pull in gmock for standalone pdfium builds. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: First (empty) mock test. Created 5 years, 10 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: testing/embedder_test.h
diff --git a/testing/embedder_test.h b/testing/embedder_test.h
index ea93131749f297c9574a6bdfc3ab8649b8079f00..559322c39078f7ab3f44360cf80f72a06b04e2fa 100644
--- a/testing/embedder_test.h
+++ b/testing/embedder_test.h
@@ -13,6 +13,7 @@
#include "../fpdfsdk/include/fpdfformfill.h"
#include "../fpdfsdk/include/fpdfview.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "testing/gmock/include/gmock/gmock.h"
Lei Zhang 2015/02/26 01:13:42 Is this needed in the header?
Tom Sepez 2015/02/27 18:39:20 Moved to .cpp file.
#include "v8/include/v8.h"
class TestLoader;

Powered by Google App Engine
This is Rietveld 408576698