| Index: chrome/browser/prefs/incognito_user_pref_store.h
|
| diff --git a/chrome/browser/prefs/incognito_user_pref_store.h b/chrome/browser/prefs/incognito_user_pref_store.h
|
| index 40afbb5f7b5dabd2a15260955d6902f2bf4eb08f..9b272a28bc98dee75646d5a0741b181445b52589 100644
|
| --- a/chrome/browser/prefs/incognito_user_pref_store.h
|
| +++ b/chrome/browser/prefs/incognito_user_pref_store.h
|
| @@ -6,8 +6,7 @@
|
| #define CHROME_BROWSER_PREFS_INCOGNITO_USER_PREF_STORE_H_
|
| #pragma once
|
|
|
| -#include <string>
|
| -
|
| +#include "base/basictypes.h"
|
| #include "chrome/browser/prefs/overlay_user_pref_store.h"
|
|
|
| class IncognitoUserPrefStore : public OverlayUserPrefStore {
|
| @@ -15,7 +14,6 @@ class IncognitoUserPrefStore : public OverlayUserPrefStore {
|
| explicit IncognitoUserPrefStore(PersistentPrefStore* underlay);
|
|
|
| private:
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(IncognitoUserPrefStore);
|
| };
|
|
|
|
|