| Index: chrome/browser/sync/glue/chrome_encryptor_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/chrome_encryptor_unittest.cc b/chrome/browser/sync/glue/chrome_encryptor_unittest.cc
|
| index 0a04c04755cba2df298e71eefa7af760b05fdb97..0a2c17b130ff8b3b69041288977585f6f01f3fd0 100644
|
| --- a/chrome/browser/sync/glue/chrome_encryptor_unittest.cc
|
| +++ b/chrome/browser/sync/glue/chrome_encryptor_unittest.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/password_manager/encryptor.h"
|
| #include "chrome/browser/sync/glue/chrome_encryptor.h"
|
| +#include "components/webdata/encryptor/encryptor.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace browser_sync {
|
|
|