| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index 66f8a5d0a0abdc2326dd117324cab63109293433..4d78deb77dfdd8fcfecc625bbd2b03afb4ba6afa 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -29,7 +30,6 @@
|
| #include "chrome/browser/sync/util/weak_handle.h"
|
| #include "chrome/common/net/gaia/google_service_auth_error.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "net/url_request/url_request_context_getter.h"
|
|
|
| class MessageLoop;
|
| class Profile;
|
|
|