Index: trunk/src/content/renderer/pepper/pepper_url_request_unittest.cc |
=================================================================== |
--- trunk/src/content/renderer/pepper/pepper_url_request_unittest.cc (revision 255866) |
+++ trunk/src/content/renderer/pepper/pepper_url_request_unittest.cc (working copy) |
@@ -16,6 +16,8 @@ |
#include "third_party/WebKit/public/web/WebFrame.h" |
#include "third_party/WebKit/public/web/WebFrameClient.h" |
#include "third_party/WebKit/public/web/WebView.h" |
+#include "webkit/common/user_agent/user_agent.h" |
+#include "webkit/common/user_agent/user_agent_util.h" |
// This test is a end-to-end test from the resource to the WebKit request |
// object. The actual resource implementation is so simple, it makes sense to |