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

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: Pure merge of LKGR 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 b1f4f3fb16c6589e3a859314faaba63c41982a57..3b0e2cb899951d6b175c08e93a9124eac9388891 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