| Index: chrome/browser/sync/syncable/directory_backing_store.cc
|
| diff --git a/chrome/browser/sync/syncable/directory_backing_store.cc b/chrome/browser/sync/syncable/directory_backing_store.cc
|
| index e256eb89a470eff9aae22fc04135eaf9bf94ad26..cbde781c169cdff1f39d3d3594ff2b79c50c6b7d 100644
|
| --- a/chrome/browser/sync/syncable/directory_backing_store.cc
|
| +++ b/chrome/browser/sync/syncable/directory_backing_store.cc
|
| @@ -17,15 +17,15 @@
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/stl_util.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/string_number_conversions.h"
|
| +#include "base/stringprintf.h"
|
| #include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
|
| #include "chrome/browser/sync/protocol/service_constants.h"
|
| #include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/syncable/syncable-inl.h"
|
| #include "chrome/browser/sync/syncable/syncable_columns.h"
|
| +#include "chrome/browser/sync/util/sqlite_utils.h"
|
| #include "chrome/common/random.h"
|
| -#include "chrome/common/sqlite_utils.h"
|
| #include "third_party/sqlite/sqlite3.h"
|
|
|
| // Sometimes threads contend on the DB lock itself, especially when one thread
|
|
|