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

Unified Diff: ppapi/tests/testing_instance.cc

Issue 1088763002: Plugin Power Saver: Add comprehensive browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0260-plugins-overhaul-prerender-tests
Patch Set: make a separate power saver test plugin Created 5 years, 8 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: ppapi/tests/testing_instance.cc
diff --git a/ppapi/tests/testing_instance.cc b/ppapi/tests/testing_instance.cc
index b1eaae460e3b83007848706f5424b692704c2ffa..cfd79ca8ec3675aec41923d256779d0e2440622c 100644
--- a/ppapi/tests/testing_instance.cc
+++ b/ppapi/tests/testing_instance.cc
@@ -13,8 +13,10 @@
#include "ppapi/cpp/core.h"
#include "ppapi/cpp/module.h"
#include "ppapi/cpp/var.h"
+#include "ppapi/cpp/var_dictionary.h"
#include "ppapi/cpp/view.h"
#include "ppapi/tests/test_case.h"
+#include "ppapi/tests/test_utils.h"
raymes 2015/04/20 01:05:32 nit: I think these can be removed now?
tommycli 2015/04/20 18:04:01 Done.
TestCaseFactory* TestCaseFactory::head_ = NULL;
« ppapi/tests/power_saver_test_plugin.cc ('K') | « ppapi/tests/power_saver_test_plugin.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698