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

Unified Diff: content/renderer/webplugin_impl_unittest.cc

Issue 19761007: Move NPAPI implementation out of webkit/plugins/npapi and into content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 7 years, 5 months 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
Index: content/renderer/webplugin_impl_unittest.cc
===================================================================
--- content/renderer/webplugin_impl_unittest.cc (revision 212369)
+++ content/renderer/webplugin_impl_unittest.cc (working copy)
@@ -3,18 +3,17 @@
// found in the LICENSE file.
#include "base/strings/string_util.h"
+#include "content/renderer/webplugin_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/public/platform/WebCString.h"
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/WebURLRequest.h"
-#include "webkit/plugins/npapi/webplugin_impl.h"
using WebKit::WebHTTPBody;
using WebKit::WebString;
using WebKit::WebURLRequest;
-namespace webkit {
-namespace npapi {
+namespace content {
namespace {
@@ -230,5 +229,4 @@
EXPECT_EQ(0xFF, (unsigned char)body[3]);
}
-} // namespace npapi
-} // namespace webkit
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698