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

Unified Diff: components/autofill/browser/personal_data_manager_observer.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/personal_data_manager_observer.h
diff --git a/components/autofill/browser/personal_data_manager_observer.h b/components/autofill/browser/personal_data_manager_observer.h
index b8fea94803f57a3fdb6a84c9d2559af6a787cda5..e95c1d1881ece084b84b4c29ed1b942bbb1c477a 100644
--- a/components/autofill/browser/personal_data_manager_observer.h
+++ b/components/autofill/browser/personal_data_manager_observer.h
@@ -5,12 +5,14 @@
#ifndef COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_OBSERVER_H_
#define COMPONENTS_AUTOFILL_BROWSER_PERSONAL_DATA_MANAGER_OBSERVER_H_
+#include "components/autofill/common/autofill_export.h"
+
namespace autofill {
// An interface the PersonalDataManager uses to notify its clients (observers)
// when it has finished loading personal data from the web database. Register
// observers via PersonalDataManager::AddObserver.
-class PersonalDataManagerObserver {
+class AUTOFILL_EXPORT PersonalDataManagerObserver {
public:
// Notifies the observer that the PersonalDataManager changed in some way.
virtual void OnPersonalDataChanged() = 0;

Powered by Google App Engine
This is Rietveld 408576698