cc: Get rid of temporary (stub) header files under test/ directory.

This switches them to use the Chromium style for header include paths.

BUG=155413
TEST=cc_unittests
[email protected],[email protected]

Review URL: https://codereview.chromium.org/11137030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162037 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/render_surface_unittest.cc b/cc/render_surface_unittest.cc
index d9728c5..ce3bd09 100644
--- a/cc/render_surface_unittest.cc
+++ b/cc/render_surface_unittest.cc
@@ -11,8 +11,8 @@
 #include "CCRenderPassSink.h"
 #include "CCSharedQuadState.h"
 #include "CCSingleThreadProxy.h"
-#include "MockCCQuadCuller.h"
 #include "cc/scoped_ptr_vector.h"
+#include "cc/test/mock_quad_culler.h"
 #include "testing/gmock/include/gmock/gmock.h"
 #include "testing/gtest/include/gtest/gtest.h"
 #include <public/WebTransformationMatrix.h>