| Index: chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc b/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc
|
| index d630d653ad544850f12f0dbe1451b30c04df2f49..7d7f3994f3340c20819ad56f74c7193f163b4d43 100644
|
| --- a/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc
|
| @@ -342,15 +342,10 @@ class UserCloudPolicyManagerChromeOSTest : public testing::Test {
|
| TestingProfile* profile_;
|
| TestingProfile* signin_profile_;
|
|
|
| - static const char kSigninProfile[];
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(UserCloudPolicyManagerChromeOSTest);
|
| };
|
|
|
| -const char UserCloudPolicyManagerChromeOSTest::kSigninProfile[] =
|
| - "signin_profile";
|
| -
|
| TEST_F(UserCloudPolicyManagerChromeOSTest, BlockingFirstFetch) {
|
| // Tests the initialization of a manager whose Profile is waiting for the
|
| // initial fetch, when the policy cache is empty.
|
|
|