| Index: chrome/browser/sync/glue/theme_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/theme_change_processor.cc b/chrome/browser/sync/glue/theme_change_processor.cc
|
| index 11872eb1bca29787dfe87131d1b6cf4c150074bf..ce4269ae5d889c6357566c511637f23eb6e9e511 100644
|
| --- a/chrome/browser/sync/glue/theme_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/theme_change_processor.cc
|
| @@ -9,16 +9,16 @@
|
| #include "base/string_number_conversions.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/glue/theme_util.h"
|
| -#include "chrome/browser/sync/internal_api/change_record.h"
|
| -#include "chrome/browser/sync/internal_api/read_node.h"
|
| -#include "chrome/browser/sync/internal_api/write_node.h"
|
| -#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
| #include "chrome/browser/themes/theme_service_factory.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
| +#include "sync/internal_api/change_record.h"
|
| +#include "sync/internal_api/read_node.h"
|
| +#include "sync/internal_api/write_node.h"
|
| +#include "sync/internal_api/write_transaction.h"
|
| #include "sync/protocol/theme_specifics.pb.h"
|
| #include "sync/util/unrecoverable_error_handler.h"
|
|
|
|
|