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

Unified Diff: third_party/crashpad/crashpad/util/stdlib/pointer_container.h

Issue 2233733002: third_party/crashpad: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated README.chromium Created 4 years, 4 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 | « third_party/crashpad/crashpad/util/net/http_body.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/crashpad/crashpad/util/stdlib/pointer_container.h
diff --git a/third_party/crashpad/crashpad/util/stdlib/pointer_container.h b/third_party/crashpad/crashpad/util/stdlib/pointer_container.h
index c83546592b9314a574b32318bdd714af7641c3d9..576270df75a0f1c20a25f00097932e590e755314 100644
--- a/third_party/crashpad/crashpad/util/stdlib/pointer_container.h
+++ b/third_party/crashpad/crashpad/util/stdlib/pointer_container.h
@@ -37,7 +37,7 @@ class PointerContainer : public ContainerType {
~PointerContainer() {}
private:
- STLElementDeleter<ContainerType> pointer_deleter_;
+ base::STLElementDeleter<ContainerType> pointer_deleter_;
DISALLOW_COPY_AND_ASSIGN(PointerContainer);
};
« no previous file with comments | « third_party/crashpad/crashpad/util/net/http_body.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698