From bcb022cc3880f239eccc93c748e30c640787b0dc Mon Sep 17 00:00:00 2001 From: "apatrick@google.com" Date: Thu, 5 Nov 2009 23:54:57 +0000 Subject: Moved command_buffer and gpu_plugin code out of o3d namespace. Changed header guard macros in preparation for move to Chrome gpu directory. Added svn:eol LF property. Review URL: http://codereview.chromium.org/375004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31171 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/tests/common/win/testing_common.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'o3d/tests') diff --git a/o3d/tests/common/win/testing_common.cc b/o3d/tests/common/win/testing_common.cc index acc4e13..5479719 100644 --- a/o3d/tests/common/win/testing_common.cc +++ b/o3d/tests/common/win/testing_common.cc @@ -61,9 +61,9 @@ using o3d::DisplayWindowWindows; #if defined(RENDERER_CB) using o3d::DisplayWindowCB; -using o3d::gpu_plugin::CommandBuffer; -using o3d::gpu_plugin::NPObjectPointer; -using o3d::gpu_plugin::StubNPBrowser; +using gpu_plugin::CommandBuffer; +using gpu_plugin::NPObjectPointer; +using gpu_plugin::StubNPBrowser; using o3d::RendererCBLocal; #endif -- cgit v1.1