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

Unified Diff: tests/common/win/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
« plugin/idl/client.idl ('K') | « tests/common/mac/testing_common.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/common/win/testing_common.cc
===================================================================
--- tests/common/win/testing_common.cc (revision 20119)
+++ tests/common/win/testing_common.cc (working copy)
@@ -42,6 +42,7 @@
#include "core/cross/install_check.h"
#include "core/cross/service_locator.h"
#include "core/cross/evaluation_counter.h"
+#include "core/cross/client_info.h"
#include "core/cross/class_manager.h"
#include "core/cross/features.h"
#include "core/cross/object_manager.h"
@@ -145,6 +146,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);
« plugin/idl/client.idl ('K') | « tests/common/mac/testing_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698