Replace GrMatrix with SkMatrix.
Review URL: https://codereview.appspot.com/6814067

git-svn-id: http://skia.googlecode.com/svn/trunk@6247 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gr_unittests.cpp b/src/gpu/gr_unittests.cpp
index a0f0c18..1d7653b 100644
--- a/src/gpu/gr_unittests.cpp
+++ b/src/gpu/gr_unittests.cpp
@@ -10,7 +10,7 @@
 
 #include "GrBinHashKey.h"
 #include "GrDrawTarget.h"
-#include "GrMatrix.h"
+#include "SkMatrix.h"
 #include "GrRedBlackTree.h"
 #include "GrTDArray.h"