From 05c1c3437a130929cc00b1f16c8786c3984c9a65 Mon Sep 17 00:00:00 2001 From: "ericroman@google.com" Date: Wed, 10 Dec 2008 10:13:27 +0000 Subject: no-op style change. TBR=wtc@chromium.org Review URL: http://codereview.chromium.org/13703 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6701 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/cookie_policy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/base') diff --git a/net/base/cookie_policy.h b/net/base/cookie_policy.h index 5721288..2e2fc95 100644 --- a/net/base/cookie_policy.h +++ b/net/base/cookie_policy.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef NET_BASE_COOKIE_POLICY_H__ -#define NET_BASE_COOKIE_POLICY_H__ +#ifndef NET_BASE_COOKIE_POLICY_H_ +#define NET_BASE_COOKIE_POLICY_H_ #include "base/basictypes.h" @@ -45,10 +45,10 @@ class CookiePolicy { private: Type type_; - DISALLOW_EVIL_CONSTRUCTORS(CookiePolicy); + DISALLOW_COPY_AND_ASSIGN(CookiePolicy); }; } // namespace net -#endif // NET_BASE_COOKIE_POLICY_H__ +#endif // NET_BASE_COOKIE_POLICY_H_ -- cgit v1.1