summaryrefslogtreecommitdiffstats
path: root/cc/CCLayerAnimationControllerTest.cpp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-02 00:23:18 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-02 00:23:18 +0000
commit7f0c53dbfc94d37f8fe7847da8b68fd36c48d365 (patch)
tree3e0100e884fdda6f8420d53e51f7c7f19d7534e7 /cc/CCLayerAnimationControllerTest.cpp
parent2672d2862a8a621285026d3c4d3b14448606522a (diff)
downloadchromium_src-7f0c53dbfc94d37f8fe7847da8b68fd36c48d365.zip
chromium_src-7f0c53dbfc94d37f8fe7847da8b68fd36c48d365.tar.gz
chromium_src-7f0c53dbfc94d37f8fe7847da8b68fd36c48d365.tar.bz2
cc: Change gtest includes to the style used in chromium.
BUG=144577 TEST=cc_unittests TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/11035010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/CCLayerAnimationControllerTest.cpp')
-rw-r--r--cc/CCLayerAnimationControllerTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCLayerAnimationControllerTest.cpp b/cc/CCLayerAnimationControllerTest.cpp
index 804b841..6ee5110 100644
--- a/cc/CCLayerAnimationControllerTest.cpp
+++ b/cc/CCLayerAnimationControllerTest.cpp
@@ -9,8 +9,8 @@
#include "CCActiveAnimation.h"
#include "CCAnimationCurve.h"
#include "CCAnimationTestCommon.h"
-#include <gmock/gmock.h>
-#include <gtest/gtest.h>
+#include "testing/gmock/include/gmock/gmock.h"
+#include "testing/gtest/include/gtest/gtest.h"
#include <public/WebTransformationMatrix.h>
#include <wtf/Vector.h>