| Index: components/autofill/common/password_generation_util.h
|
| diff --git a/components/autofill/shared/password_generation_util.h b/components/autofill/common/password_generation_util.h
|
| similarity index 89%
|
| rename from components/autofill/shared/password_generation_util.h
|
| rename to components/autofill/common/password_generation_util.h
|
| index 4f97b77e0bd4fab6abe04393a2f4e40f5ec6701f..a855958d5325811f4d1bc7f4d82b025b3998624b 100644
|
| --- a/components/autofill/shared/password_generation_util.h
|
| +++ b/components/autofill/common/password_generation_util.h
|
| @@ -1,9 +1,9 @@
|
| -// 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.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_SHARED_PASSWORD_GENERATION_UTIL_H_
|
| -#define COMPONENTS_AUTOFILL_SHARED_PASSWORD_GENERATION_UTIL_H_
|
| +#ifndef COMPONENTS_AUTOFILL_COMMON_PASSWORD_GENERATION_UTIL_H_
|
| +#define COMPONENTS_AUTOFILL_COMMON_PASSWORD_GENERATION_UTIL_H_
|
|
|
| namespace autofill {
|
| namespace password_generation {
|
| @@ -74,4 +74,4 @@ enum UserAction {
|
| } // namespace password_generation
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_SHARED_PASSWORD_GENERATION_UTIL_H_
|
| +#endif // COMPONENTS_AUTOFILL_COMMON_PASSWORD_GENERATION_UTIL_H_
|
|
|