| Index: chrome/browser/sync/glue/http_bridge.cc
|
| diff --git a/chrome/browser/sync/glue/http_bridge.cc b/chrome/browser/sync/glue/http_bridge.cc
|
| index b0245ac44b5e6dae921f5535c86eb6ba5e87cff3..e254e16cae1f7d6c0132736083acd2c900d36741 100644
|
| --- a/chrome/browser/sync/glue/http_bridge.cc
|
| +++ b/chrome/browser/sync/glue/http_bridge.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/message_loop_proxy.h"
|
| #include "base/string_number_conversions.h"
|
| #include "content/browser/browser_thread.h"
|
| -#include "content/common/content_client.h"
|
| +#include "content/public/common/content_client.h"
|
| #include "net/base/cookie_monster.h"
|
| #include "net/base/host_resolver.h"
|
| #include "net/base/load_flags.h"
|
|
|