Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: webkit/glue/plugins/webplugin_audio_device_delegate.cc

Issue 5998002: Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/plugins/webplugin_audio_device_delegate.h ('k') | webkit/glue/plugins/webplugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/glue/plugins/webplugin_audio_device_delegate.h ('k') | webkit/glue/plugins/webplugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698