| Index: chrome/browser/sync/api/sync_change_unittest.cc
|
| diff --git a/chrome/browser/sync/api/sync_change_unittest.cc b/chrome/browser/sync/api/sync_change_unittest.cc
|
| index 26308d47b44399614f1dc98c8d305d32e1dd1751..cdcd5184bf1342579ca57e823af1d5d02434fcf0 100644
|
| --- a/chrome/browser/sync/api/sync_change_unittest.cc
|
| +++ b/chrome/browser/sync/api/sync_change_unittest.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/sync/protocol/preference_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/protocol/proto_value_conversions.h"
|
| +#include "sync/protocol/preference_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using browser_sync::EntitySpecificsToValue;
|
|
|