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

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

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines 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_client.cc
diff --git a/chrome/browser/autofill/wallet/wallet_client.cc b/components/autofill/browser/wallet/wallet_client.cc
similarity index 98%
rename from chrome/browser/autofill/wallet/wallet_client.cc
rename to components/autofill/browser/wallet/wallet_client.cc
index 2fe89eb8e686832f50a59d81bdd933d8d4ab5ed8..fbf17af226d4941ac36f7e4ea12087786e4b698b 100644
--- a/chrome/browser/autofill/wallet/wallet_client.cc
+++ b/components/autofill/browser/wallet/wallet_client.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_client.h"
+#include "components/autofill/browser/wallet/wallet_client.h"
#include "base/bind.h"
#include "base/json/json_reader.h"
@@ -10,12 +10,12 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/string_util.h"
-#include "chrome/browser/autofill/wallet/cart.h"
-#include "chrome/browser/autofill/wallet/instrument.h"
-#include "chrome/browser/autofill/wallet/wallet_address.h"
-#include "chrome/browser/autofill/wallet/wallet_client_observer.h"
-#include "chrome/browser/autofill/wallet/wallet_items.h"
-#include "chrome/browser/autofill/wallet/wallet_service_url.h"
+#include "components/autofill/browser/wallet/cart.h"
+#include "components/autofill/browser/wallet/instrument.h"
+#include "components/autofill/browser/wallet/wallet_address.h"
+#include "components/autofill/browser/wallet/wallet_client_observer.h"
+#include "components/autofill/browser/wallet/wallet_items.h"
+#include "components/autofill/browser/wallet/wallet_service_url.h"
#include "crypto/random.h"
#include "google_apis/google_api_keys.h"
#include "googleurl/src/gurl.h"
« no previous file with comments | « components/autofill/browser/wallet/wallet_client.h ('k') | components/autofill/browser/wallet/wallet_client_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698