| Index: chrome/tools/profiles/generate_profile.cc
|
| ===================================================================
|
| --- chrome/tools/profiles/generate_profile.cc (revision 19748)
|
| +++ chrome/tools/profiles/generate_profile.cc (working copy)
|
| @@ -140,7 +140,7 @@
|
| }
|
|
|
| // Randomly construct a redirect chain.
|
| - HistoryService::RedirectList redirects;
|
| + history::RedirectList redirects;
|
| if (RandomFloat() < kRedirectProbability) {
|
| const int redir_count = RandomInt(1, 4);
|
| for (int i = 0; i < redir_count; ++i)
|
|
|