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

Unified Diff: components/autofill/browser/wallet/wallet_signin_helper.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 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_signin_helper.h
diff --git a/components/autofill/browser/wallet/wallet_signin_helper.h b/components/autofill/browser/wallet/wallet_signin_helper.h
index dffbd7513ec4de0cb7f3890b45b4b8413d8eccae..5817ebe53d18bb0d075aea936d5d3ca3efe60827 100644
--- a/components/autofill/browser/wallet/wallet_signin_helper.h
+++ b/components/autofill/browser/wallet/wallet_signin_helper.h
@@ -9,6 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
+#include "components/autofill/common/autofill_export.h"
#include "google_apis/gaia/gaia_auth_consumer.h"
#include "net/url_request/url_fetcher_delegate.h"
@@ -29,8 +30,9 @@ class WalletSigninHelperDelegate;
// Authenticates the user against the Online Wallet service.
// This class is not thread-safe. An instance may be used on any thread, but
// should not be accessed from multiple threads.
-class WalletSigninHelper : public GaiaAuthConsumer,
- public net::URLFetcherDelegate {
+class AUTOFILL_EXPORT WalletSigninHelper
+ : NON_EXPORTED_BASE(public GaiaAuthConsumer),
+ public net::URLFetcherDelegate {
public:
// Constructs a helper that works with a given |delegate| and uses
// a given |getter| to obtain a context for URL and GAIA fetchers.

Powered by Google App Engine
This is Rietveld 408576698