Index: chrome/browser/extensions/window_controller_list.h |
diff --git a/chrome/browser/extensions/window_controller_list.h b/chrome/browser/extensions/window_controller_list.h |
index 103069fbdbbc5369f443375d8f89a0af9744cfdb..a68c59fae9c9d4d0f712301e9c595f7834430550 100644 |
--- a/chrome/browser/extensions/window_controller_list.h |
+++ b/chrome/browser/extensions/window_controller_list.h |
@@ -13,7 +13,7 @@ |
#include "chrome/browser/extensions/window_controller.h" |
class Profile; |
-class ChromeAsyncExtensionFunction; |
+class ChromeUIThreadExtensionFunction; |
namespace extensions { |
@@ -38,13 +38,13 @@ class WindowControllerList { |
// Returns a window matching the context the function was invoked in. |
WindowController* FindWindowForFunctionById( |
- const ChromeAsyncExtensionFunction* function, |
+ const ChromeUIThreadExtensionFunction* function, |
int id) const; |
// Returns the focused or last added window matching the context the function |
// was invoked in. |
WindowController* CurrentWindowForFunction( |
- const ChromeAsyncExtensionFunction* function) const; |
+ const ChromeUIThreadExtensionFunction* function) const; |
const ControllerList& windows() const { return windows_; } |