| Index: components/autofill/common/password_generation_util.cc
|
| diff --git a/components/autofill/shared/password_generation_util.cc b/components/autofill/common/password_generation_util.cc
|
| similarity index 89%
|
| rename from components/autofill/shared/password_generation_util.cc
|
| rename to components/autofill/common/password_generation_util.cc
|
| index f1ad2377f369ee9197aa92c48fae6e264cab1e5a..31118f83df608f04180b077214027d34cdbbac9e 100644
|
| --- a/components/autofill/shared/password_generation_util.cc
|
| +++ b/components/autofill/common/password_generation_util.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/autofill/shared/password_generation_util.h"
|
| +#include "components/autofill/common/password_generation_util.h"
|
|
|
| #include "base/metrics/histogram.h"
|
|
|
|
|