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

Unified Diff: webkit/plugins/webview_plugin.cc

Issue 8461011: Clean up plug-in placeholders: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 1 month 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
« webkit/plugins/webview_plugin.h ('K') | « webkit/plugins/webview_plugin.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/webview_plugin.cc
diff --git a/webkit/plugins/npapi/webview_plugin.cc b/webkit/plugins/webview_plugin.cc
similarity index 98%
rename from webkit/plugins/npapi/webview_plugin.cc
rename to webkit/plugins/webview_plugin.cc
index cda369bed205cab5988ab55ba1cd7b760852d517..f43fc2c745709b8d893e6013e62802de0f36254a 100644
--- a/webkit/plugins/npapi/webview_plugin.cc
+++ b/webkit/plugins/webview_plugin.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/plugins/npapi/webview_plugin.h"
+#include "webkit/plugins/webview_plugin.h"
#include "base/message_loop.h"
#include "base/metrics/histogram.h"
@@ -45,7 +45,6 @@ using WebKit::WebVector;
using WebKit::WebView;
namespace webkit {
-namespace npapi {
WebViewPlugin::WebViewPlugin(WebViewPlugin::Delegate* delegate)
: delegate_(delegate),
@@ -250,5 +249,4 @@ void WebViewPlugin::didReceiveResponse(WebFrame* frame,
WebFrameClient::didReceiveResponse(frame, identifier, response);
}
-} // namespace npapi
} // namespace webkit
« webkit/plugins/webview_plugin.h ('K') | « webkit/plugins/webview_plugin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698