| Index: chrome/browser/extensions/api/tabs/windows_util.h
|
| diff --git a/chrome/browser/extensions/api/tabs/windows_util.h b/chrome/browser/extensions/api/tabs/windows_util.h
|
| index f3d6c5f27e1b0667ae3a27d27175fd4f5b0bef58..61f8c4bdca1dd9c6bade114d2f62f533b0e8b02d 100644
|
| --- a/chrome/browser/extensions/api/tabs/windows_util.h
|
| +++ b/chrome/browser/extensions/api/tabs/windows_util.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_API_TABS_WINDOWS_UTIL_H__
|
| #define CHROME_BROWSER_EXTENSIONS_API_TABS_WINDOWS_UTIL_H__
|
|
|
| -class ChromeAsyncExtensionFunction;
|
| +class ChromeUIThreadExtensionFunction;
|
|
|
| namespace extensions {
|
| class WindowController;
|
| @@ -15,7 +15,7 @@ namespace windows_util {
|
|
|
| // Populates |controller| for given |window_id|. If the window is not found,
|
| // returns false and sets UIThreadExtensionFunction error_.
|
| -bool GetWindowFromWindowID(ChromeAsyncExtensionFunction* function,
|
| +bool GetWindowFromWindowID(ChromeUIThreadExtensionFunction* function,
|
| int window_id,
|
| extensions::WindowController** controller);
|
|
|
|
|