summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/policy_status_info.h
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-21 12:25:38 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-21 12:25:38 +0000
commitf5ba12b0dd9d4c2c8132608352e690abd537de2a (patch)
tree99ce30e6eba726b8d91ea8781cd1a4fc1ca5f8fd /chrome/browser/policy/policy_status_info.h
parent9932aeb9a62901629ba1caaea9d7aff0a8eeaf3a (diff)
downloadchromium_src-f5ba12b0dd9d4c2c8132608352e690abd537de2a.zip
chromium_src-f5ba12b0dd9d4c2c8132608352e690abd537de2a.tar.gz
chromium_src-f5ba12b0dd9d4c2c8132608352e690abd537de2a.tar.bz2
Cosmetic cleanups in chrome/browser/policy/
BUG=None TEST=Everything works as before, compiles cleanly Review URL: http://codereview.chromium.org/7941008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/policy/policy_status_info.h')
-rw-r--r--chrome/browser/policy/policy_status_info.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/policy/policy_status_info.h b/chrome/browser/policy/policy_status_info.h
index 09f68cc..2eecf19 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_