diff options
Diffstat (limited to 'chrome/common/pref_member.h')
-rw-r--r-- | chrome/common/pref_member.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/pref_member.h b/chrome/common/pref_member.h index 9b5c70f..65f861a 100644 --- a/chrome/common/pref_member.h +++ b/chrome/common/pref_member.h @@ -25,7 +25,8 @@ #include <string> -#include "chrome/common/notification_service.h" +#include "base/basictypes.h" +#include "chrome/common/notification_observer.h" class PrefService; |