diff options
Diffstat (limited to 'base/prefs')
-rw-r--r-- | base/prefs/pref_member.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/prefs/pref_member.cc b/base/prefs/pref_member.cc index e3f6ac0..eb70839 100644 --- a/base/prefs/pref_member.cc +++ b/base/prefs/pref_member.cc @@ -4,8 +4,8 @@ #include "base/prefs/pref_member.h" -#include "base/bind_helpers.h" #include "base/callback.h" +#include "base/callback_helpers.h" #include "base/location.h" #include "base/prefs/pref_service.h" #include "base/value_conversions.h" |