summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/json_pref_store.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
index d8da37d..51bffe1 100644
--- a/chrome/common/json_pref_store.h
+++ b/chrome/common/json_pref_store.h
@@ -30,6 +30,9 @@ class JsonPrefStore : public PersistentPrefStore,
class Delegate {
public:
virtual void OnPrefsRead(PrefReadError error, bool no_dir) = 0;
+#ifdef ANDROID
+ virtual ~Delegate() {};
+#endif
};
// |file_message_loop_proxy| is the MessageLoopProxy for a thread on which