| Index: chrome_frame/chrome_frame_automation.h
|
| diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
|
| index 150a778341c1874619db1d647fd4472966e2826c..f3c8fa3325a367afc61bbfaa57bb05ad79bbf2ad 100644
|
| --- a/chrome_frame/chrome_frame_automation.h
|
| +++ b/chrome_frame/chrome_frame_automation.h
|
| @@ -238,7 +238,7 @@ class AutomationProxyCacheEntry
|
| return thread_.get();
|
| }
|
|
|
| - MessageLoop* message_loop() const {
|
| + base::MessageLoop* message_loop() const {
|
| return thread_->message_loop();
|
| }
|
|
|
|
|