| Index: chrome/browser/sync/internal_api/change_record.h
|
| diff --git a/chrome/browser/sync/internal_api/change_record.h b/chrome/browser/sync/internal_api/change_record.h
|
| index 45dc7db4db5ea3869bafc12eae9b5ce61cffcc83..4d0b527e8a2e60d1b8667f7354c90f4de55cb657 100644
|
| --- a/chrome/browser/sync/internal_api/change_record.h
|
| +++ b/chrome/browser/sync/internal_api/change_record.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/linked_ptr.h"
|
| -#include "chrome/browser/sync/util/immutable.h"
|
| #include "sync/protocol/password_specifics.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
| +#include "sync/util/immutable.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
|
|