diff options
Diffstat (limited to 'base/prefs/mock_pref_change_callback.h')
-rw-r--r-- | base/prefs/mock_pref_change_callback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/prefs/mock_pref_change_callback.h b/base/prefs/mock_pref_change_callback.h index 48a8802..0c2e3fa 100644 --- a/base/prefs/mock_pref_change_callback.h +++ b/base/prefs/mock_pref_change_callback.h @@ -7,8 +7,8 @@ #include <string> +#include "base/prefs/pref_change_registrar.h" #include "base/prefs/pref_service.h" -#include "base/prefs/public/pref_change_registrar.h" #include "testing/gmock/include/gmock/gmock.h" using testing::Pointee; |