| Index: chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h
|
| diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h b/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h
|
| index 10efbbd337cab634d383a98746e44eda44b97bce..4ee704b36ef4b155e434d93589d9bd9229368d04 100644
|
| --- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h
|
| +++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_CREATION_CONTROLLER_H_
|
| #define CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_CREATION_CONTROLLER_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "base/values.h"
|
|
|