| Index: chrome/browser/sync/syncable/syncable.cc | 
| diff --git a/chrome/browser/sync/syncable/syncable.cc b/chrome/browser/sync/syncable/syncable.cc | 
| index a279e518aaaa8ec07ca891ec5b9a43b67930a666..d28ef59f965109840df937645527b7a218fb4530 100644 | 
| --- a/chrome/browser/sync/syncable/syncable.cc | 
| +++ b/chrome/browser/sync/syncable/syncable.cc | 
| @@ -30,6 +30,7 @@ | 
| #include "base/compiler_specific.h" | 
| #include "base/file_util.h" | 
| #include "base/hash_tables.h" | 
| +#include "base/location.h" | 
| #include "base/logging.h" | 
| #include "base/memory/scoped_ptr.h" | 
| #include "base/perftimer.h" | 
| @@ -37,7 +38,6 @@ | 
| #include "base/string_number_conversions.h" | 
| #include "base/string_util.h" | 
| #include "base/time.h" | 
| -#include "base/tracked.h" | 
| #include "base/utf_string_conversions.h" | 
| #include "base/values.h" | 
| #include "chrome/browser/sync/protocol/proto_value_conversions.h" | 
|  |