Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / translate / translate_bubble_factory.h
index 7845a21..8a579ee 100644 (file)
@@ -24,7 +24,7 @@ class TranslateBubbleFactory {
   // implementation.
   static void Show(BrowserWindow* window,
                    content::WebContents* web_contents,
-                   TranslateTabHelper::TranslateStep step,
+                   translate::TranslateStep step,
                    TranslateErrors::Type error_type);
 
   // Sets the factory to change the behavior how to show the bubble.
@@ -35,7 +35,7 @@ class TranslateBubbleFactory {
   // Shows the translate bubble.
   virtual void ShowImplementation(BrowserWindow* window,
                                   content::WebContents* web_contents,
-                                  TranslateTabHelper::TranslateStep step,
+                                  translate::TranslateStep step,
                                   TranslateErrors::Type error_type) = 0;
 
  private: