Index: cc/debug/fake_web_graphics_context_3d.h |
diff --git a/cc/debug/fake_web_graphics_context_3d.h b/cc/debug/fake_web_graphics_context_3d.h |
index dc0ea9938a0b802ab432c846055541a6cc6b7330..a1ccc05bf30e53d24852cf9a5f16a8a1ce4d27ce 100644 |
--- a/cc/debug/fake_web_graphics_context_3d.h |
+++ b/cc/debug/fake_web_graphics_context_3d.h |
@@ -13,8 +13,8 @@ namespace cc { |
// WebGraphicsContext3D base class for use in unit tests. |
// All operations are no-ops (returning 0 if necessary). |
-class CC_EXPORT FakeWebGraphicsContext3D : |
- public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3D) { |
+class CC_EXPORT FakeWebGraphicsContext3D |
+ : public NON_EXPORTED_BASE(WebKit::WebGraphicsContext3D) { |
public: |
FakeWebGraphicsContext3D(); |
virtual ~FakeWebGraphicsContext3D(); |