Index: components/user_prefs/user_prefs.h |
diff --git a/components/user_prefs/user_prefs.h b/components/user_prefs/user_prefs.h |
index 7398d72ce77e153bfbe38c7f12968c00b20020d5..ceea4f02f322501db29bdb39033849be22bb7857 100644 |
--- a/components/user_prefs/user_prefs.h |
+++ b/components/user_prefs/user_prefs.h |
@@ -5,8 +5,9 @@ |
#ifndef COMPONENTS_USER_PREFS_USER_PREFS_H_ |
#define COMPONENTS_USER_PREFS_USER_PREFS_H_ |
-#include "base/macros.h" |
+#include "base/basictypes.h" |
#include "base/supports_user_data.h" |
+#include "components/user_prefs/user_prefs_export.h" |
class PrefService; |
@@ -17,7 +18,7 @@ |
// |
// It is up to the embedder to create and own the PrefService and attach it to |
// base::SupportsUserData using the UserPrefs::Set() function. |
-class UserPrefs : public base::SupportsUserData::Data { |
+class USER_PREFS_EXPORT UserPrefs : public base::SupportsUserData::Data { |
public: |
// Retrieves the PrefService for a given context, or null if none is attached. |
static PrefService* Get(base::SupportsUserData* context); |