| Index: chrome/browser/extensions/extension_error_reporter.h
|
| diff --git a/chrome/browser/extensions/extension_error_reporter.h b/chrome/browser/extensions/extension_error_reporter.h
|
| index 070f26dd8c047c2fad5b21fd0948d8e936d48213..5b0801d6759bc24923d3770cf59345300b7382e5 100644
|
| --- a/chrome/browser/extensions/extension_error_reporter.h
|
| +++ b/chrome/browser/extensions/extension_error_reporter.h
|
| @@ -10,7 +10,9 @@
|
|
|
| #include "base/string16.h"
|
|
|
| +namespace base {
|
| class MessageLoop;
|
| +}
|
|
|
| // Exposes an easy way for the various components of the extension system to
|
| // report errors. This is a singleton that lives on the UI thread, with the
|
| @@ -45,7 +47,7 @@ class ExtensionErrorReporter {
|
| explicit ExtensionErrorReporter(bool enable_noisy_errors);
|
| ~ExtensionErrorReporter();
|
|
|
| - MessageLoop* ui_loop_;
|
| + base::MessageLoop* ui_loop_;
|
| std::vector<string16> errors_;
|
| bool enable_noisy_errors_;
|
| };
|
|
|