diff options
Diffstat (limited to 'ppapi/tests/test_buffer.h')
-rw-r--r-- | ppapi/tests/test_buffer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/tests/test_buffer.h b/ppapi/tests/test_buffer.h index 7dea017..c0d212c 100644 --- a/ppapi/tests/test_buffer.h +++ b/ppapi/tests/test_buffer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -7,10 +7,9 @@ #include <string> +#include "ppapi/c/dev/ppb_buffer_dev.h" #include "ppapi/tests/test_case.h" -struct PPB_Buffer_Dev; - class TestBuffer : public TestCase { public: explicit TestBuffer(TestingInstance* instance) : TestCase(instance) {} |