Index: chrome/common/extensions/extension_error_reporter.h |
diff --git a/chrome/common/extensions/extension_error_reporter.h b/chrome/common/extensions/extension_error_reporter.h |
index 347f7d6ac8e18b94b01ca8e9ec29d1fd2e20f984..aa1720586b7f28d61086451607485a6e89941bd5 100644 |
--- a/chrome/common/extensions/extension_error_reporter.h |
+++ b/chrome/common/extensions/extension_error_reporter.h |
@@ -8,7 +8,7 @@ |
#include <string> |
#include <vector> |
-#include "base/message_loop.h" |
+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 |