| Index: webkit/glue/plugins/pepper_audio.h
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_audio.h (revision 65116)
|
| +++ webkit/glue/plugins/pepper_audio.h (working copy)
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef WEBKIT_GLUE_PLUGINS_PEPPER_DEVICE_CONTEXT_AUDIO_H_
|
| +#define WEBKIT_GLUE_PLUGINS_PEPPER_DEVICE_CONTEXT_AUDIO_H_
|
| +
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/shared_memory.h"
|
| @@ -15,9 +18,6 @@
|
| #include "webkit/glue/plugins/pepper_plugin_module.h"
|
| #include "webkit/glue/plugins/pepper_resource.h"
|
|
|
| -#ifndef WEBKIT_GLUE_PLUGINS_PEPPER_DEVICE_CONTEXT_AUDIO_H_
|
| -#define WEBKIT_GLUE_PLUGINS_PEPPER_DEVICE_CONTEXT_AUDIO_H_
|
| -
|
| namespace pepper {
|
|
|
| class PluginInstance;
|
|
|