Patch for r10995



git-svn-id: http://skia.googlecode.com/svn/trunk@10996 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp
index 79b32f9..41a5b13 100644
--- a/tests/PremulAlphaRoundTripTest.cpp
+++ b/tests/PremulAlphaRoundTripTest.cpp
@@ -9,7 +9,7 @@
 #include "Test.h"
 #include "SkCanvas.h"
 #include "SkConfig8888.h"
-#include "SkDevice.h"
+#include "SkBitmapDevice.h"
 
 #if SK_SUPPORT_GPU
 #include "GrContextFactory.h"