| Index: components/os_crypt/kwallet_dbus.h
|
| diff --git a/chrome/browser/password_manager/kwallet_dbus.h b/components/os_crypt/kwallet_dbus.h
|
| similarity index 96%
|
| rename from chrome/browser/password_manager/kwallet_dbus.h
|
| rename to components/os_crypt/kwallet_dbus.h
|
| index 75c555e062eb54c54c34dfaa27e9b58826eee73a..e0412c514b0089c634677aee9f04e60e4f74faab 100644
|
| --- a/chrome/browser/password_manager/kwallet_dbus.h
|
| +++ b/components/os_crypt/kwallet_dbus.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_KWALLET_DBUS_H_
|
| -#define CHROME_BROWSER_PASSWORD_MANAGER_KWALLET_DBUS_H_
|
| +#ifndef COMPONENTS_OS_CRYPT_KWALLET_DBUS_H_
|
| +#define COMPONENTS_OS_CRYPT_KWALLET_DBUS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -118,4 +118,4 @@ class KWalletDBus {
|
| DISALLOW_COPY_AND_ASSIGN(KWalletDBus);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_PASSWORD_MANAGER_KWALLET_DBUS_H_
|
| +#endif // COMPONENTS_OS_CRYPT_KWALLET_DBUS_H_
|
|
|