| 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 e8cdd21efbc05d154525868ef7e1a6f1819c5868..c28a221ec0fe7953ec4cc9c77699c1ce980c0a2e 100644
|
| --- a/chrome/browser/sync/api/sync_change_unittest.cc
|
| +++ b/chrome/browser/sync/api/sync_change_unittest.cc
|
| @@ -6,10 +6,11 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/values.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| #include "chrome/browser/sync/protocol/preference_specifics.pb.h"
|
| #include "chrome/browser/sync/protocol/proto_value_conversions.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using browser_sync::EntitySpecificsToValue;
|
|
|
|
|