| Index: chrome/browser/sync/util/cryptographer_unittest.cc
|
| diff --git a/chrome/browser/sync/util/cryptographer_unittest.cc b/chrome/browser/sync/util/cryptographer_unittest.cc
|
| index 5d6c00699c8785afca3d23ea2a571b7d9e9c193b..99e676d3e3631b2ec6e102a1cf70f42009e80e90 100644
|
| --- a/chrome/browser/sync/util/cryptographer_unittest.cc
|
| +++ b/chrome/browser/sync/util/cryptographer_unittest.cc
|
| @@ -8,10 +8,10 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/browser/sync/protocol/nigori_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/password_specifics.pb.h"
|
| #include "chrome/browser/sync/syncable/model_type_test_util.h"
|
| #include "chrome/browser/sync/test/fake_encryptor.h"
|
| +#include "sync/protocol/nigori_specifics.pb.h"
|
| +#include "sync/protocol/password_specifics.pb.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|