| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| index 3a294db298d1e2cab1148fa483340a24d6283762..91edef2d35c71c7d9137c8e2b58938d236890e0d 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
| @@ -39,11 +39,11 @@
|
| #include "googleurl/src/gurl.h"
|
|
|
| class MalwareDetails;
|
| -class MessageLoop;
|
| class SafeBrowsingBlockingPageFactory;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| +class MessageLoop;
|
| }
|
|
|
| namespace content {
|
| @@ -156,7 +156,7 @@ class SafeBrowsingBlockingPage : public content::InterstitialPageDelegate {
|
|
|
| // For reporting back user actions.
|
| SafeBrowsingUIManager* ui_manager_;
|
| - MessageLoop* report_loop_;
|
| + base::MessageLoop* report_loop_;
|
|
|
| // True if the interstitial is blocking the main page because it is on one
|
| // of our lists. False if a subresource is being blocked, or in the case of
|
|
|