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

Unified Diff: components/autofill/browser/wallet/wallet_items.cc

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: components/autofill/browser/wallet/wallet_items.cc
diff --git a/chrome/browser/autofill/wallet/wallet_items.cc b/components/autofill/browser/wallet/wallet_items.cc
similarity index 99%
rename from chrome/browser/autofill/wallet/wallet_items.cc
rename to components/autofill/browser/wallet/wallet_items.cc
index 7ccff3fe7ab372a3def9b5a6f93bd75ffc1a4bc1..5bae31c57d5e9697be260b3fcc0711ca005bd3e3 100644
--- a/chrome/browser/autofill/wallet/wallet_items.cc
+++ b/components/autofill/browser/wallet/wallet_items.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/autofill/wallet/wallet_items.h"
+#include "components/autofill/browser/wallet/wallet_items.h"
#include "base/logging.h"
#include "base/values.h"

Powered by Google App Engine
This is Rietveld 408576698