| Index: chrome/browser/policy/policy_status_info.h
|
| diff --git a/chrome/browser/policy/policy_status_info.h b/chrome/browser/policy/policy_status_info.h
|
| index 09f68cc789f4754d0099b74f6561e5ab511b8d1f..2eecf19d9fc3979ac13ad8aa8377c36eb03f1e07 100644
|
| --- a/chrome/browser/policy/policy_status_info.h
|
| +++ b/chrome/browser/policy/policy_status_info.h
|
| @@ -1,4 +1,4 @@
|
| - // Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -8,7 +8,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/string16.h"
|
| #include "base/values.h"
|
| -#include "policy/configuration_policy_type.h"
|
|
|
| namespace policy {
|
|
|
| @@ -89,6 +88,6 @@ struct PolicyStatusInfo {
|
| DISALLOW_COPY_AND_ASSIGN(PolicyStatusInfo);
|
| };
|
|
|
| -} // namespace policy
|
| +} // namespace policy
|
|
|
| #endif // CHROME_BROWSER_POLICY_POLICY_STATUS_INFO_H_
|
|
|