Index: chrome/browser/extensions/execute_code_in_tab_function.h |
diff --git a/chrome/browser/extensions/execute_code_in_tab_function.h b/chrome/browser/extensions/execute_code_in_tab_function.h |
index af8af195c052953f25de4ac9813b7d6aa52a0ad5..fefeb36260a680c3ebac0783c619652de4769c2f 100644 |
--- a/chrome/browser/extensions/execute_code_in_tab_function.h |
+++ b/chrome/browser/extensions/execute_code_in_tab_function.h |
@@ -11,6 +11,7 @@ |
#include "chrome/browser/extensions/extension_function.h" |
#include "chrome/common/extensions/extension_resource.h" |
#include "chrome/common/notification_service.h" |
+#include "chrome/common/notification_observer.h" |
#include "chrome/common/notification_registrar.h" |
// Implement API call tabs.executeScript and tabs.insertCSS. |