Commit 6f2fa971 authored by reveman's avatar reveman Committed by Commit bot

base: Minor MemoryDumpProvider cleanup.

Leave it up to the implementation of this interface to determine
if assignment and copy should be disallowed.

BUG=

Review URL: https://codereview.chromium.org/1107403003

Cr-Commit-Position: refs/heads/master@{#327492}
parent a272915c
...@@ -27,7 +27,6 @@ class BASE_EXPORT MemoryDumpProvider { ...@@ -27,7 +27,6 @@ class BASE_EXPORT MemoryDumpProvider {
MemoryDumpProvider() {} MemoryDumpProvider() {}
virtual ~MemoryDumpProvider() {} virtual ~MemoryDumpProvider() {}
private:
DISALLOW_COPY_AND_ASSIGN(MemoryDumpProvider); DISALLOW_COPY_AND_ASSIGN(MemoryDumpProvider);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment