Index: chrome/browser/tab_contents/web_contents_unittest.cc |
=================================================================== |
--- chrome/browser/tab_contents/web_contents_unittest.cc (revision 79031) |
+++ chrome/browser/tab_contents/web_contents_unittest.cc (working copy) |
@@ -12,7 +12,6 @@ |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
-#include "chrome/common/render_messages_params.h" |
#include "chrome/common/url_constants.h" |
#include "chrome/test/testing_pref_service.h" |
#include "chrome/test/testing_profile.h" |
@@ -26,6 +25,7 @@ |
#include "content/browser/tab_contents/navigation_controller.h" |
#include "content/browser/tab_contents/navigation_entry.h" |
#include "content/browser/tab_contents/test_tab_contents.h" |
+#include "content/common/view_messages.h" |
#include "ipc/ipc_channel.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/base/message_box_flags.h" |