diff options
Diffstat (limited to 'ppapi/tests/test_flash.h')
-rw-r--r-- | ppapi/tests/test_flash.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/tests/test_flash.h b/ppapi/tests/test_flash.h index 5dfed88..39c4598 100644 --- a/ppapi/tests/test_flash.h +++ b/ppapi/tests/test_flash.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. @@ -9,10 +9,9 @@ #include "ppapi/cpp/completion_callback.h" #include "ppapi/c/pp_stdint.h" +#include "ppapi/c/private/ppb_flash.h" #include "ppapi/tests/test_case.h" -struct PPB_Flash; - class TestFlash : public TestCase { public: explicit TestFlash(TestingInstance* instance); |