| Index: chrome/browser/history/typed_url_syncable_service_unittest.cc
|
| diff --git a/chrome/browser/history/typed_url_syncable_service_unittest.cc b/chrome/browser/history/typed_url_syncable_service_unittest.cc
|
| index c97a4733592400512d691983a4918acda92aefc7..f5919adda3e37baec7d7d493ecf54a104ff49110 100644
|
| --- a/chrome/browser/history/typed_url_syncable_service_unittest.cc
|
| +++ b/chrome/browser/history/typed_url_syncable_service_unittest.cc
|
| @@ -27,11 +27,10 @@ using history::VisitVector;
|
| namespace {
|
|
|
| // Constants used to limit size of visits processed.
|
| -static const int kMaxTypedUrlVisits = 100;
|
| -static const int kMaxVisitsToFetch = 1000;
|
| +const int kMaxTypedUrlVisits = 100;
|
|
|
| // Visits with this timestamp are treated as expired.
|
| -static const int EXPIRED_VISIT = -1;
|
| +const int EXPIRED_VISIT = -1;
|
|
|
| // TestChangeProcessor --------------------------------------------------------
|
|
|
|
|