| Index: chrome/browser/prefs/pref_model_associator.cc
|
| diff --git a/chrome/browser/prefs/pref_model_associator.cc b/chrome/browser/prefs/pref_model_associator.cc
|
| index dd28d81952f2b686853e73ca6ca4c8db7f5d34b1..21c53a294155661c19ca6e6a27da3de931ef30d4 100644
|
| --- a/chrome/browser/prefs/pref_model_associator.cc
|
| +++ b/chrome/browser/prefs/pref_model_associator.cc
|
| @@ -12,10 +12,10 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/sync/api/sync_change.h"
|
| -#include "chrome/browser/sync/protocol/preference_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "sync/protocol/preference_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
|
|
| using syncable::PREFERENCES;
|
|
|
|
|