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

Unified Diff: chrome/browser/predictors/autocomplete_action_predictor_unittest.cc

Issue 11568033: Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.7.2) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years 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: chrome/browser/predictors/autocomplete_action_predictor_unittest.cc
===================================================================
--- chrome/browser/predictors/autocomplete_action_predictor_unittest.cc (revision 174065)
+++ chrome/browser/predictors/autocomplete_action_predictor_unittest.cc (working copy)
@@ -155,8 +155,6 @@
}
std::string AddRow(const TestUrlInfo& test_row) {
- AutocompleteActionPredictor::DBCacheKey key = { test_row.user_text,
- test_row.url };
AutocompleteActionPredictorTable::Row row =
CreateRowFromTestUrlInfo(test_row);
predictor_->AddAndUpdateRows(
« no previous file with comments | « chrome/browser/password_manager/password_store_x_unittest.cc ('k') | gpu/command_buffer/tests/gl_pointcoord_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698