| Index: chrome/browser/history/visitsegment_database.cc
|
| ===================================================================
|
| --- chrome/browser/history/visitsegment_database.cc (revision 2786)
|
| +++ chrome/browser/history/visitsegment_database.cc (working copy)
|
| @@ -240,7 +240,7 @@
|
| // does as well.
|
|
|
| // How many results we return, as promised in the header file.
|
| - const int kResultCount = 9;
|
| + const size_t kResultCount = 9;
|
|
|
| // Gather all the segment scores:
|
| SQLITE_UNIQUE_STATEMENT(statement, GetStatementCache(),
|
|
|