| Index: components/password_manager/core/browser/password_manager_util.h
|
| diff --git a/chrome/browser/password_manager/password_manager_util.h b/components/password_manager/core/browser/password_manager_util.h
|
| similarity index 88%
|
| rename from chrome/browser/password_manager/password_manager_util.h
|
| rename to components/password_manager/core/browser/password_manager_util.h
|
| index 69c3754ab8f2330729ccd57feecabf00596d9afb..124b6974691351caf6bbce801d00d13ad34ce006 100644
|
| --- a/chrome/browser/password_manager/password_manager_util.h
|
| +++ b/components/password_manager/core/browser/password_manager_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_H_
|
| -#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_UTIL_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_UTIL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| @@ -46,4 +46,4 @@ password_manager::PasswordSyncState GetPasswordSyncState(
|
|
|
| } // namespace password_manager_util
|
|
|
| -#endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_UTIL_H_
|
|
|