Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Unified Diff: base/trace_event/memory_dump_provider.h

Issue 1107403003: base: Minor MemoryDumpProvider cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore explicit default ctor Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_provider.h
diff --git a/base/trace_event/memory_dump_provider.h b/base/trace_event/memory_dump_provider.h
index 9108e23a8cf64588223ef4ff7994651ff91ab55f..6e6551cc03988df685fb72d2e489e626ba583ab3 100644
--- a/base/trace_event/memory_dump_provider.h
+++ b/base/trace_event/memory_dump_provider.h
@@ -27,7 +27,6 @@ class BASE_EXPORT MemoryDumpProvider {
MemoryDumpProvider() {}
virtual ~MemoryDumpProvider() {}
- private:
DISALLOW_COPY_AND_ASSIGN(MemoryDumpProvider);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698