Commit 72129238 authored by tburkard@chromium.org's avatar tburkard@chromium.org

Fix build break

R=shishir

Review URL: https://codereview.chromium.org/14307004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194504 0039d316-1c4b-4281-b951-d872f2087c98
parent d0b2029b
...@@ -70,8 +70,8 @@ PredictorDatabaseInternal::PredictorDatabaseInternal(Profile* profile) ...@@ -70,8 +70,8 @@ PredictorDatabaseInternal::PredictorDatabaseInternal(Profile* profile)
: db_path_(profile->GetPath().Append(kPredictorDatabaseName)), : db_path_(profile->GetPath().Append(kPredictorDatabaseName)),
db_(new sql::Connection()), db_(new sql::Connection()),
autocomplete_table_(new AutocompleteActionPredictorTable()), autocomplete_table_(new AutocompleteActionPredictorTable()),
logged_in_table_(new LoggedInPredictorTable()),
resource_prefetch_tables_(new ResourcePrefetchPredictorTables()) { resource_prefetch_tables_(new ResourcePrefetchPredictorTables()) {
// TODO (tburkard): initialize logged_in_table_ member.
ResourcePrefetchPredictorConfig config; ResourcePrefetchPredictorConfig config;
is_resource_prefetch_predictor_enabled_ = is_resource_prefetch_predictor_enabled_ =
IsSpeculativeResourcePrefetchingEnabled(profile, &config); IsSpeculativeResourcePrefetchingEnabled(profile, &config);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment