summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_policy.h
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 10:13:27 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 10:13:27 +0000
commit05c1c3437a130929cc00b1f16c8786c3984c9a65 (patch)
tree97536cecb2be1364cc7f0e9be41ba51c55c24264 /net/base/cookie_policy.h
parent98c42fa26eb5a43436812e3a6b88d1ab8e10b7af (diff)
downloadchromium_src-05c1c3437a130929cc00b1f16c8786c3984c9a65.zip
chromium_src-05c1c3437a130929cc00b1f16c8786c3984c9a65.tar.gz
chromium_src-05c1c3437a130929cc00b1f16c8786c3984c9a65.tar.bz2
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
Diffstat (limited to 'net/base/cookie_policy.h')
-rw-r--r--net/base/cookie_policy.h8
1 files changed, 4 insertions, 4 deletions
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_