| Index: chrome/browser/net/predictor_api.h
|
| ===================================================================
|
| --- chrome/browser/net/predictor_api.h (revision 92173)
|
| +++ chrome/browser/net/predictor_api.h (working copy)
|
| @@ -32,7 +32,7 @@
|
| void FinalizePredictorInitialization(
|
| Predictor* global_predictor,
|
| const std::vector<GURL>& urls_to_prefetch,
|
| - ListValue* referral_list);
|
| + base::ListValue* referral_list);
|
|
|
| // Free all resources allocated by FinalizePredictorInitialization. After that
|
| // you must not call any function from this file.
|
|
|