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

Unified Diff: util/numeric/checked_range.h

Issue 1372183002: win: Add memory map range intersection helper (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 3 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 | util/win/process_info.h » ('j') | util/win/process_info.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/numeric/checked_range.h
diff --git a/util/numeric/checked_range.h b/util/numeric/checked_range.h
index e1a2abf8195716f7554c265341e7eeea9a215cae..0b659c5fbccc9f02dcc336f6f99aa907e21a96c0 100644
--- a/util/numeric/checked_range.h
+++ b/util/numeric/checked_range.h
@@ -107,8 +107,6 @@ class CheckedRange {
private:
ValueType base_;
SizeType size_;
-
- DISALLOW_COPY_AND_ASSIGN(CheckedRange);
};
} // namespace crashpad
« no previous file with comments | « no previous file | util/win/process_info.h » ('j') | util/win/process_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698