| Index: chrome/browser/prerender/prerender_contents.cc
|
| ===================================================================
|
| --- chrome/browser/prerender/prerender_contents.cc (revision 211259)
|
| +++ chrome/browser/prerender/prerender_contents.cc (working copy)
|
| @@ -9,6 +9,7 @@
|
| #include <utility>
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/favicon/favicon_tab_helper.h"
|
| #include "chrome/browser/history/history_tab_helper.h"
|
| #include "chrome/browser/history/history_types.h"
|
| @@ -21,7 +22,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_tab_contents.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/prerender_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/browser_child_process_host.h"
|
|
|