Chromium Code Reviews| Index: chrome/browser/sync/syncable/syncable.cc |
| diff --git a/chrome/browser/sync/syncable/syncable.cc b/chrome/browser/sync/syncable/syncable.cc |
| index cf30b99af14e15d35b3115702d14afb807870a8f..0977039351268983efeb4283f270efcb86cf1541 100644 |
| --- a/chrome/browser/sync/syncable/syncable.cc |
| +++ b/chrome/browser/sync/syncable/syncable.cc |
| @@ -27,28 +27,29 @@ |
| #include <set> |
| #include <string> |
| -#include "base/hash_tables.h" |
| #include "base/file_util.h" |
| +#include "base/hash_tables.h" |
| #include "base/logging.h" |
| #include "base/memory/scoped_ptr.h" |
| #include "base/perftimer.h" |
| +#include "base/stl_util.h" |
| #include "base/string_number_conversions.h" |
| #include "base/string_util.h" |
| -#include "base/stl_util.h" |
| #include "base/time.h" |
| #include "base/tracked.h" |
| #include "base/utf_string_conversions.h" |
| #include "base/values.h" |
| +#include "chrome/browser/sync/internal_api/read_transaction.h" |
|
tim (not reviewing)
2011/08/16 20:08:03
hrm... this looks odd. internal_api::ReadTransact
rlarocque
2011/08/16 22:19:19
Done. (both removing the include and adding a DEP
|
| #include "chrome/browser/sync/protocol/proto_value_conversions.h" |
| #include "chrome/browser/sync/protocol/service_constants.h" |
| #include "chrome/browser/sync/syncable/directory_backing_store.h" |
| #include "chrome/browser/sync/syncable/directory_change_delegate.h" |
| #include "chrome/browser/sync/syncable/directory_manager.h" |
| #include "chrome/browser/sync/syncable/model_type.h" |
| -#include "chrome/browser/sync/syncable/syncable-inl.h" |
| #include "chrome/browser/sync/syncable/syncable_changes_version.h" |
| #include "chrome/browser/sync/syncable/syncable_columns.h" |
| #include "chrome/browser/sync/syncable/syncable_enum_conversions.h" |
| +#include "chrome/browser/sync/syncable/syncable-inl.h" |
| #include "chrome/browser/sync/syncable/transaction_observer.h" |
| #include "chrome/browser/sync/util/logging.h" |
| #include "net/base/escape.h" |