summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/protocol_parser.h
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-24 23:02:00 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-24 23:02:00 +0000
commit613a03b2415686990248a3058575a4504e2f0ec3 (patch)
tree01dd1013f78c022b44920a24a94a2326fcef0dc8 /chrome/browser/safe_browsing/protocol_parser.h
parentedfa71e63db4db57ee6fafb237e4331cb631824b (diff)
downloadchromium_src-613a03b2415686990248a3058575a4504e2f0ec3.zip
chromium_src-613a03b2415686990248a3058575a4504e2f0ec3.tar.gz
chromium_src-613a03b2415686990248a3058575a4504e2f0ec3.tar.bz2
Changes to allow running the new SafeBrowsing storage system,contained in SafeBrowsingDatabaseBloom, via a command line flag(--new-safe-browsing).
Review URL: http://codereview.chromium.org/6807 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/protocol_parser.h')
-rw-r--r--chrome/browser/safe_browsing/protocol_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/protocol_parser.h b/chrome/browser/safe_browsing/protocol_parser.h
index fe87549..4d77e50 100644
--- a/chrome/browser/safe_browsing/protocol_parser.h
+++ b/chrome/browser/safe_browsing/protocol_parser.h
@@ -121,7 +121,7 @@ class SafeBrowsingProtocolParser {
// The name of the current list
std::string list_name_;
- DISALLOW_EVIL_CONSTRUCTORS(SafeBrowsingProtocolParser);
+ DISALLOW_COPY_AND_ASSIGN(SafeBrowsingProtocolParser);
};