Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / login_manager_test.h
index 992c91a..30f478e 100644 (file)
@@ -7,9 +7,9 @@
 
 #include <string>
 
+#include "chrome/browser/chromeos/login/mixin_based_browser_test.h"
 #include "chrome/browser/chromeos/login/mock_login_utils.h"
 #include "chrome/browser/chromeos/login/test/js_checker.h"
-#include "chrome/test/base/in_process_browser_test.h"
 
 namespace content {
 class WebContents;
@@ -25,7 +25,7 @@ class UserContext;
 // out-of-box as completed.
 // Guarantees that WebUI has been initialized by waiting for
 // NOTIFICATION_LOGIN_OR_LOCK_WEBUI_VISIBLE notification.
-class LoginManagerTest : public InProcessBrowserTest {
+class LoginManagerTest : public MixinBasedBrowserTest {
  public:
   explicit LoginManagerTest(bool should_launch_browser);
 
@@ -67,6 +67,8 @@ class LoginManagerTest : public InProcessBrowserTest {
 
   content::WebContents* web_contents() { return web_contents_; }
 
+  test::JSChecker& js_checker() { return js_checker_; }
+
  private:
   void InitializeWebContents();