Index: chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc |
diff --git a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc b/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc |
index 965d1b54b06779c7ab82298d0ed425620c3e5f7b..9eae2efb3328f2d3017003b9d83e7ba283fabdb4 100644 |
--- a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc |
+++ b/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc |
@@ -20,6 +20,7 @@ |
#include "base/string_util.h" |
#include "chrome/common/main_function_params.h" |
#include "chrome/common/render_messages.h" |
+#include "chrome/common/render_messages_params.h" |
#include "chrome/common/sandbox_init_wrapper.h" |
#include "chrome/renderer/mock_render_process.h" |
#include "chrome/renderer/render_thread.h" |
@@ -29,6 +30,7 @@ |
#include "chrome/renderer/safe_browsing/features.h" |
#include "googleurl/src/gurl.h" |
#include "ipc/ipc_channel.h" |
+#include "net/base/upload_data.h" |
#include "net/http/http_response_headers.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |