| Index: chrome/test/live_sync/live_sync_test.cc
|
| ===================================================================
|
| --- chrome/test/live_sync/live_sync_test.cc (revision 87381)
|
| +++ chrome/test/live_sync/live_sync_test.cc (working copy)
|
| @@ -24,12 +24,12 @@
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/net/test_url_fetcher_factory.h"
|
| -#include "chrome/common/net/url_fetcher.h"
|
| #include "chrome/test/testing_browser_process.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/common/test_url_fetcher_factory.h"
|
| +#include "content/common/url_fetcher.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/network_change_notifier.h"
|
|
|