Index: webkit/glue/plugins/webplugin_audio_device_delegate.cc |
diff --git a/webkit/plugins/npapi/webplugin_audio_device_delegate.cc b/webkit/glue/plugins/webplugin_audio_device_delegate.cc |
similarity index 90% |
rename from webkit/plugins/npapi/webplugin_audio_device_delegate.cc |
rename to webkit/glue/plugins/webplugin_audio_device_delegate.cc |
index 0e463c5886f5c09871b8cded1a1c3e64252203f8..8cc3d622a53149b6601964ff86f092626d17036a 100644 |
--- a/webkit/plugins/npapi/webplugin_audio_device_delegate.cc |
+++ b/webkit/glue/plugins/webplugin_audio_device_delegate.cc |
@@ -2,10 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/plugins/npapi/webplugin_audio_device_delegate.h" |
+#include "webkit/glue/plugins/webplugin_audio_device_delegate.h" |
-namespace webkit { |
-namespace npapi { |
+namespace webkit_glue { |
NPError WebPluginAudioDeviceDelegate::DeviceAudioQueryCapability( |
int32 capability, int32* value) { |
@@ -47,5 +46,5 @@ NPError WebPluginAudioDeviceDelegate::DeviceAudioDestroyContext( |
return NPERR_GENERIC_ERROR; |
} |
-} // namespace npapi |
-} // namespace webkit |
+ |
+} // namespace webkit_glue |