Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: chrome/browser/prefs/incognito_user_pref_store.h

Issue 8568019: Introduce per-tab preferences service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Single PrefService constructor Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/prefs/per_tab_user_pref_store.h » ('j') | chrome/browser/prefs/pref_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/prefs/per_tab_user_pref_store.h » ('j') | chrome/browser/prefs/pref_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698