| Index: trunk/src/chrome/browser/profiles/profile_io_data.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/profiles/profile_io_data.h (revision 269877)
|
| +++ trunk/src/chrome/browser/profiles/profile_io_data.h (working copy)
|
| @@ -61,10 +61,6 @@
|
| class URLBlacklistManager;
|
| } // namespace policy
|
|
|
| -namespace prerender {
|
| -class PrerenderTracker;
|
| -}
|
| -
|
| // Conceptually speaking, the ProfileIOData represents data that lives on the IO
|
| // thread that is owned by a Profile, such as, but not limited to, network
|
| // objects like CookieMonster, HttpTransactionFactory, etc. Profile owns
|
| @@ -302,8 +298,6 @@
|
| // ensure it's not accidently used on the IO thread. Before using it on the
|
| // UI thread, call ProfileManager::IsValidProfile to ensure it's alive.
|
| void* profile;
|
| -
|
| - prerender::PrerenderTracker* prerender_tracker;
|
| };
|
|
|
| explicit ProfileIOData(Profile::ProfileType profile_type);
|
|
|