Update to Chromium revision d7d5682a (#367535)

This commit is contained in:
Marshall Greenblatt
2016-01-06 14:20:54 -05:00
parent 12f19e3a33
commit d2372c3d11
131 changed files with 1914 additions and 575 deletions

View File

@ -1,8 +1,8 @@
diff --git supports_user_data.h supports_user_data.h
index 711ee7d..cf38fc0 100644
index 5c1c7e9..77c9253 100644
--- supports_user_data.h
+++ supports_user_data.h
@@ -32,9 +32,9 @@ class BASE_EXPORT SupportsUserData {
@@ -33,9 +33,9 @@ class BASE_EXPORT SupportsUserData {
// Multiple user data values can be stored under different keys.
// This object will TAKE OWNERSHIP of the given data pointer, and will
// delete the object if it is changed or the object is destroyed.