Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / existing_user_controller.h
index 0ce80fe..6fedb17 100644 (file)
@@ -277,9 +277,6 @@ class ExistingUserController : public LoginDisplay::Delegate,
   // Used for notifications during the login process.
   content::NotificationRegistrar registrar_;
 
-  // Factory of callbacks.
-  base::WeakPtrFactory<ExistingUserController> weak_factory_;
-
   // The displayed email for the next login attempt set by |SetDisplayEmail|.
   std::string display_email_;
 
@@ -335,6 +332,9 @@ class ExistingUserController : public LoginDisplay::Delegate,
 
   FRIEND_TEST_ALL_PREFIXES(ExistingUserControllerTest, ExistingUserLogin);
 
+  // Factory of callbacks.
+  base::WeakPtrFactory<ExistingUserController> weak_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(ExistingUserController);
 };