Index: chrome/browser/predictors/predictor_database.cc |
diff --git a/chrome/browser/predictors/predictor_database.cc b/chrome/browser/predictors/predictor_database.cc |
index b734c294db4d1f01f5a36ae9fac97941a0c1f79e..af6bacb857c8b0900e45c52df64775e9602da0a8 100644 |
--- a/chrome/browser/predictors/predictor_database.cc |
+++ b/chrome/browser/predictors/predictor_database.cc |
@@ -70,7 +70,6 @@ PredictorDatabaseInternal::~PredictorDatabaseInternal() { |
void PredictorDatabaseInternal::Initialize() { |
CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::DB)); |
- |
db_.set_exclusive_locking(); |
bool success = db_.Open(db_path_); |