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

Unified Diff: components/autofill/browser/autofill_manager.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/autofill_manager.h
diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
index 4a2bb5f752ddb27d17f7f73920b869e780419817..82d15bf62a28894fac50c0740b685118264ac314 100644
--- a/components/autofill/browser/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.h
@@ -75,9 +75,10 @@ struct PasswordFormFillData;
// Manages saving and restoring the user's personal information entered into web
// forms.
-class AutofillManager : public content::WebContentsObserver,
- public AutofillDownloadManager::Observer,
- public base::SupportsUserData::Data {
+class AUTOFILL_EXPORT AutofillManager
+ : public content::WebContentsObserver,
+ NON_EXPORTED_BASE(public AutofillDownloadManager::Observer),
+ public base::SupportsUserData::Data {
public:
static void CreateForWebContentsAndDelegate(
content::WebContents* contents,

Powered by Google App Engine
This is Rietveld 408576698