| Index: chrome/browser/sync/glue/sync_backend_host.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/sync_backend_host.cc (revision 34166)
|
| +++ chrome/browser/sync/glue/sync_backend_host.cc (working copy)
|
| @@ -3,10 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "build/build_config.h"
|
| -#include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/file_version_info.h"
|
| -#include "base/string_util.h"
|
| +#include "base/utf_string_conversions.h"
|
| #include "chrome/browser/chrome_thread.h"
|
| #include "chrome/browser/sync/glue/change_processor.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host.h"
|
|
|