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

Unified Diff: tests/common/linux/testing_common.cc

Issue 155276: Add ClientInfo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 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
Index: tests/common/linux/testing_common.cc
===================================================================
--- tests/common/linux/testing_common.cc (revision 20119)
+++ tests/common/linux/testing_common.cc (working copy)
@@ -34,6 +34,7 @@
// used in the unit tests. Defines WinMain and a WindowProc for running
// the GUnit tests
+#include "core/cross/client_info.h"
#include "core/cross/class_manager.h"
#include "core/cross/evaluation_counter.h"
#include "core/cross/install_check.h"
@@ -89,6 +90,7 @@
o3d::EvaluationCounter evaluation_counter(g_service_locator);
o3d::ClassManager class_manager(g_service_locator);
+ o3d::ClientInfoManager client_info_manager(g_service_locator);
o3d::ObjectManager object_manager(g_service_locator);
o3d::Profiler profiler(g_service_locator);
o3d::Features features(g_service_locator);

Powered by Google App Engine
This is Rietveld 408576698