| Index: chrome/browser/chromeos/offline/offline_load_page_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/offline/offline_load_page_unittest.cc (revision 75800)
|
| +++ chrome/browser/chromeos/offline/offline_load_page_unittest.cc (working copy)
|
| @@ -2,14 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/renderer_host/test/test_render_view_host.h"
|
| -
|
| -#include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/chromeos/offline/offline_load_page.h"
|
| -#include "chrome/browser/tab_contents/navigation_entry.h"
|
| -#include "chrome/browser/tab_contents/test_tab_contents.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/render_messages_params.h"
|
| +#include "content/browser/browser_thread.h"
|
| +#include "content/browser/renderer_host/test_render_view_host.h"
|
| +#include "content/browser/tab_contents/navigation_entry.h"
|
| +#include "content/browser/tab_contents/test_tab_contents.h"
|
|
|
| static const char* kURL1 = "http://www.google.com/";
|
| static const char* kURL2 = "http://www.gmail.com/";
|
|
|