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

Unified Diff: components/os_crypt/kwallet_dbus_unittest.cc

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/kwallet_dbus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/kwallet_dbus_unittest.cc
diff --git a/chrome/browser/password_manager/kwallet_dbus_unittest.cc b/components/os_crypt/kwallet_dbus_unittest.cc
similarity index 99%
rename from chrome/browser/password_manager/kwallet_dbus_unittest.cc
rename to components/os_crypt/kwallet_dbus_unittest.cc
index 6619f79643f6f4ca7748473534998cddeb46e01e..24d6b8e81d1344199ad6cd95690b3d11677b3615 100644
--- a/chrome/browser/password_manager/kwallet_dbus_unittest.cc
+++ b/components/os_crypt/kwallet_dbus_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/password_manager/kwallet_dbus.h"
+#include "components/os_crypt/kwallet_dbus.h"
#include <memory>
#include <string>
« no previous file with comments | « components/os_crypt/kwallet_dbus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698