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

Unified Diff: base/prefs/pref_service.cc

Issue 12340111: Introduce //components/user_prefs, use to eliminate c/b/prefs dependency in Autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 months 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
Index: base/prefs/pref_service.cc
diff --git a/base/prefs/pref_service.cc b/base/prefs/pref_service.cc
index 67ab898459459bb198cd473711f4183699143bed..82bcd9cac0fa5d070f7bcdb45bab77a78483470c 100644
--- a/base/prefs/pref_service.cc
+++ b/base/prefs/pref_service.cc
@@ -21,8 +21,6 @@
#include "base/value_conversions.h"
#include "build/build_config.h"
-using content::BrowserContext;
-
namespace {
class ReadErrorHandler : public PersistentPrefStore::ReadErrorDelegate {

Powered by Google App Engine
This is Rietveld 408576698