Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / tabs / windows_util.h
index f3d6c5f..61f8c4b 100644 (file)
@@ -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);