| Index: chrome/browser/browser_about_handler.cc
|
| ===================================================================
|
| --- chrome/browser/browser_about_handler.cc (revision 96503)
|
| +++ chrome/browser/browser_about_handler.cc (working copy)
|
| @@ -30,7 +30,7 @@
|
| #include "chrome/browser/defaults.h"
|
| #include "chrome/browser/memory_details.h"
|
| #include "chrome/browser/metrics/histogram_synchronizer.h"
|
| -#include "chrome/browser/net/predictor_api.h"
|
| +#include "chrome/browser/net/predictor.h"
|
| #include "chrome/browser/net/url_fixer_upper.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| @@ -713,7 +713,7 @@
|
| std::string data;
|
| AppendHeader(&data, 0, "About DNS");
|
| AppendBody(&data);
|
| - chrome_browser_net::PredictorGetHtmlInfo(&data);
|
| + source_->profile()->PredictorGetHtmlInfo(&data);
|
| AppendFooter(&data);
|
|
|
| BrowserThread::PostTask(
|
|
|