summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_audio_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_audio_config.h')
-rw-r--r--ppapi/tests/test_audio_config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ppapi/tests/test_audio_config.h b/ppapi/tests/test_audio_config.h
index b4d6f5d..71a1ae6 100644
--- a/ppapi/tests/test_audio_config.h
+++ b/ppapi/tests/test_audio_config.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,11 +7,10 @@
#include <string>
+#include "ppapi/c/ppb_audio_config.h"
+#include "ppapi/c/ppb_core.h"
#include "ppapi/tests/test_case.h"
-struct PPB_AudioConfig;
-struct PPB_Core;
-
class TestAudioConfig : public TestCase {
public:
explicit TestAudioConfig(TestingInstance* instance) : TestCase(instance) {}