| Index: components/signin/core/webdata/token_service_table.cc
|
| diff --git a/components/signin/core/webdata/token_service_table.cc b/components/signin/core/webdata/token_service_table.cc
|
| index 7c73c4776a2ba395119271fff4f4c631c31ba532..bce7fe244f434188bfb3704e622d8574c16baaea 100644
|
| --- a/components/signin/core/webdata/token_service_table.cc
|
| +++ b/components/signin/core/webdata/token_service_table.cc
|
| @@ -8,8 +8,8 @@
|
| #include <string>
|
|
|
| #include "base/logging.h"
|
| +#include "components/encryptor/encryptor.h"
|
| #include "components/webdata/common/web_database.h"
|
| -#include "components/webdata/encryptor/encryptor.h"
|
| #include "sql/statement.h"
|
|
|
| namespace {
|
|
|