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

Side by Side Diff: components/autofill/browser/wallet/wallet_client.h

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_AUTOFILL_WALLET_WALLET_CLIENT_H_ 5 #ifndef COMPONENTS_AUTOFILL_BROWSER_WALLET_WALLET_CLIENT_H_
6 #define CHROME_BROWSER_AUTOFILL_WALLET_WALLET_CLIENT_H_ 6 #define COMPONENTS_AUTOFILL_BROWSER_WALLET_WALLET_CLIENT_H_
7 7
8 #include <queue> 8 #include <queue>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback.h" // For base::Closure. 12 #include "base/callback.h" // For base::Closure.
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/values.h" 14 #include "base/values.h"
15 #include "chrome/browser/autofill/autofill_manager_delegate.h" 15 #include "components/autofill/browser/autofill_manager_delegate.h"
16 #include "chrome/browser/autofill/wallet/encryption_escrow_client.h" 16 #include "components/autofill/browser/wallet/encryption_escrow_client.h"
17 #include "chrome/browser/autofill/wallet/encryption_escrow_client_observer.h" 17 #include "components/autofill/browser/wallet/encryption_escrow_client_observer.h "
18 #include "chrome/browser/autofill/wallet/full_wallet.h" 18 #include "components/autofill/browser/wallet/full_wallet.h"
19 #include "components/autofill/common/autocheckout_status.h" 19 #include "components/autofill/common/autocheckout_status.h"
20 #include "net/url_request/url_fetcher_delegate.h" 20 #include "net/url_request/url_fetcher_delegate.h"
21 #include "testing/gtest/include/gtest/gtest_prod.h" 21 #include "testing/gtest/include/gtest/gtest_prod.h"
22 22
23 class GURL; 23 class GURL;
24 24
25 namespace net { 25 namespace net {
26 class URLFetcher; 26 class URLFetcher;
27 class URLRequestContextGetter; 27 class URLRequestContextGetter;
28 } 28 }
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 // This client is repsonsible for making encryption and escrow calls to Online 219 // This client is repsonsible for making encryption and escrow calls to Online
220 // Wallet. 220 // Wallet.
221 EncryptionEscrowClient encryption_escrow_client_; 221 EncryptionEscrowClient encryption_escrow_client_;
222 222
223 DISALLOW_COPY_AND_ASSIGN(WalletClient); 223 DISALLOW_COPY_AND_ASSIGN(WalletClient);
224 }; 224 };
225 225
226 } // namespace wallet 226 } // namespace wallet
227 } // namespace autofill 227 } // namespace autofill
228 228
229 #endif // CHROME_BROWSER_AUTOFILL_WALLET_WALLET_CLIENT_H_ 229 #endif // COMPONENTS_AUTOFILL_BROWSER_WALLET_WALLET_CLIENT_H_
OLDNEW
« no previous file with comments | « components/autofill/browser/wallet/wallet_address_unittest.cc ('k') | components/autofill/browser/wallet/wallet_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698