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 |