| Index: chrome/browser/chromeos/policy/user_policy_test_helper.h
|
| diff --git a/chrome/browser/chromeos/policy/user_policy_test_helper.h b/chrome/browser/chromeos/policy/user_policy_test_helper.h
|
| index a59fc9108b404eb180931f94111c5c195565b6af..5026456c3377654c81c7858fcc1858cadae17f5b 100644
|
| --- a/chrome/browser/chromeos/policy/user_policy_test_helper.h
|
| +++ b/chrome/browser/chromeos/policy/user_policy_test_helper.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_POLICY_USER_POLICY_TEST_HELPER_H_
|
| #define CHROME_BROWSER_CHROMEOS_POLICY_USER_POLICY_TEST_HELPER_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
|
|
| class Profile;
|
|
|
| @@ -58,7 +58,7 @@ class UserPolicyTestHelper {
|
|
|
| const std::string account_id_;
|
| base::ScopedTempDir temp_dir_;
|
| - scoped_ptr<LocalPolicyTestServer> test_server_;
|
| + std::unique_ptr<LocalPolicyTestServer> test_server_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UserPolicyTestHelper);
|
| };
|
|
|