commit | 7f0c53dbfc94d37f8fe7847da8b68fd36c48d365 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 02 00:23:18 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 02 00:23:18 2012 |
tree | 3e0100e884fdda6f8420d53e51f7c7f19d7534e7 | |
parent | 2672d2862a8a621285026d3c4d3b14448606522a [diff] [blame] |
cc: Change gtest includes to the style used in chromium. BUG=144577 TEST=cc_unittests [email protected] Review URL: https://codereview.chromium.org/11035010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159601 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/TreeSynchronizerTest.cpp b/cc/TreeSynchronizerTest.cpp index e307f29..2d66b29 100644 --- a/cc/TreeSynchronizerTest.cpp +++ b/cc/TreeSynchronizerTest.cpp
@@ -13,7 +13,7 @@ #include "CCSingleThreadProxy.h" #include "LayerChromium.h" #include "Region.h" -#include <gtest/gtest.h> +#include "testing/gtest/include/gtest/gtest.h" using namespace cc; using namespace WebKitTests;