diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 16:48:10 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 16:48:10 +0000 |
commit | 15f8012b270d0eb76fe7e57e8e5e54b12ef68223 (patch) | |
tree | 3f98fa67543df030c81b5ed1c054bf328ccac3cc /chrome/browser/child_process_security_policy.h | |
parent | b866a02d3444bcc56199533fa264827ed73601cd (diff) | |
download | chromium_src-15f8012b270d0eb76fe7e57e8e5e54b12ef68223.zip chromium_src-15f8012b270d0eb76fe7e57e8e5e54b12ef68223.tar.gz chromium_src-15f8012b270d0eb76fe7e57e8e5e54b12ef68223.tar.bz2 |
Fix lines longer than 80 characters.
BUG=50266
TEST=None
Review URL: http://codereview.chromium.org/3013038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/child_process_security_policy.h')
-rw-r--r-- | chrome/browser/child_process_security_policy.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/child_process_security_policy.h b/chrome/browser/child_process_security_policy.h index f7d6b50..6440fee 100644 --- a/chrome/browser/child_process_security_policy.h +++ b/chrome/browser/child_process_security_policy.h @@ -1,14 +1,15 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. #ifndef CHROME_BROWSER_CHILD_PROCESS_SECURITY_POLICY_H_ #define CHROME_BROWSER_CHILD_PROCESS_SECURITY_POLICY_H_ + #pragma once -#include <string> #include <map> #include <set> +#include <string> #include "base/basictypes.h" #include "base/gtest_prod_util.h" @@ -116,7 +117,8 @@ class ChildProcessSecurityPolicy { private: friend class ChildProcessSecurityPolicyInProcessBrowserTest; - FRIEND_TEST_ALL_PREFIXES(ChildProcessSecurityPolicyInProcessBrowserTest, NoLeak); + FRIEND_TEST_ALL_PREFIXES(ChildProcessSecurityPolicyInProcessBrowserTest, + NoLeak); class SecurityState; |