Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Unified Diff: components/os_crypt/kwallet_dbus.h

Issue 2086123003: Move KWalletDBus util from the Password Manager to OSCrypt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/os_crypt/DEPS ('k') | components/os_crypt/kwallet_dbus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/os_crypt/DEPS ('k') | components/os_crypt/kwallet_dbus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698