Index: components/dom_distiller/core/fake_db.cc |
diff --git a/components/dom_distiller/core/fake_db.cc b/components/dom_distiller/core/fake_db.cc |
index 2b9b1f853832e6ae967387cb041a311997b991c5..5ada8f0757128ddd1347d201f56e985adda8b380 100644 |
--- a/components/dom_distiller/core/fake_db.cc |
+++ b/components/dom_distiller/core/fake_db.cc |
@@ -15,7 +15,7 @@ FakeDB::~FakeDB() {} |
void FakeDB::Init(const base::FilePath& database_dir, |
DomDistillerDatabaseInterface::InitCallback callback) { |
- dir_ = database_dir; |
+ dir_ = database_dir; |
init_callback_ = callback; |
} |