| Index: chrome/browser/sync/glue/theme_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/theme_model_associator.cc b/chrome/browser/sync/glue/theme_model_associator.cc
|
| index 5638badc37b79578abba3606c194b202edd3cc3b..6b9ee5ab1059f2b2126dad2126424f1b54cc4ed2 100644
|
| --- a/chrome/browser/sync/glue/theme_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/theme_model_associator.cc
|
| @@ -9,9 +9,12 @@
|
| #include "base/tracked.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/sync/api/sync_error.h"
|
| -#include "chrome/browser/sync/engine/syncapi.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host.h"
|
| #include "chrome/browser/sync/glue/theme_util.h"
|
| +#include "chrome/browser/sync/internal_api/read_node.h"
|
| +#include "chrome/browser/sync/internal_api/read_transaction.h"
|
| +#include "chrome/browser/sync/internal_api/write_node.h"
|
| +#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/protocol/theme_specifics.pb.h"
|
|
|
|
|