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

Unified Diff: base/prefs/pref_store.h

Issue 11345008: Remove content::NotificationObserver dependency from most Prefs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR. Created 8 years, 2 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: base/prefs/pref_store.h
diff --git a/base/prefs/pref_store.h b/base/prefs/pref_store.h
index 104bd63ddf67d7648bba960701dbc028f72b48d0..264c1d4f1dc60699504ca20ce8fccb0f8ebf1429 100644
--- a/base/prefs/pref_store.h
+++ b/base/prefs/pref_store.h
@@ -25,7 +25,7 @@ class Value;
class BASE_PREFS_EXPORT PrefStore : public base::RefCounted<PrefStore> {
public:
// Observer interface for monitoring PrefStore.
- class Observer {
+ class BASE_PREFS_EXPORT Observer {
public:
// Called when the value for the given |key| in the store changes.
virtual void OnPrefValueChanged(const std::string& key) = 0;

Powered by Google App Engine
This is Rietveld 408576698