| 
									
										
										
										
											2011-09-20 16:10:49 +00:00
										 |  |  | --- chromium/src/ui/gfx/codec/jpeg_codec.h~	2011-03-31 14:11:18.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/ui/gfx/codec/jpeg_codec.h	2011-03-31 14:11:27.000000000 +0400
 | 
					
						
							|  |  |  | @@ -8,6 +8,7 @@
 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  #include <stddef.h> | 
					
						
							|  |  |  |  #include <vector> | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  #include "ui/base/ui_export.h" | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  | --- chromium/src/third_party/tcmalloc/chromium/src/common.cc~	2011-03-29 20:46:14.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/third_party/tcmalloc/chromium/src/common.cc	2011-03-29 20:47:02.000000000 +0400
 | 
					
						
							|  |  |  | @@ -30,6 +30,7 @@
 | 
					
						
							|  |  |  |  // --- | 
					
						
							|  |  |  |  // Author: Sanjay Ghemawat <opensource@google.com> | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  |  #include "config.h" | 
					
						
							|  |  |  |  #include "common.h" | 
					
						
							|  |  |  |  #include "system-alloc.h" | 
					
						
							|  |  |  | --- chromium/src/third_party/libjingle/source/talk/base/sigslot.h~	2011-03-31 13:43:11.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/third_party/libjingle/source/talk/base/sigslot.h	2011-03-31 13:52:32.000000000 +0400
 | 
					
						
							| 
									
										
										
										
											2012-04-26 17:29:33 +00:00
										 |  |  | @@ -90,6 +90,7 @@
 | 
					
						
							| 
									
										
										
										
											2011-09-20 16:10:49 +00:00
										 |  |  |  #include <list> | 
					
						
							|  |  |  |  #include <set> | 
					
						
							|  |  |  |  #include <stdlib.h> | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  // On our copy of sigslot.h, we force single threading | 
					
						
							|  |  |  |  #define SIGSLOT_PURE_ISO | 
					
						
							|  |  |  | --- chromium/src/third_party/ots/src/os2.cc~	2011-03-31 14:03:13.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/third_party/ots/src/os2.cc	2011-03-31 14:03:25.000000000 +0400
 | 
					
						
							|  |  |  | @@ -5,6 +5,7 @@
 | 
					
						
							|  |  |  |  #include "os2.h" | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  #include "head.h" | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  // OS/2 - OS/2 and Windows Metrics | 
					
						
							|  |  |  |  // http://www.microsoft.com/opentype/otspec/os2.htm | 
					
						
							|  |  |  | --- chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h~	2011-03-29 23:20:20.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/third_party/tcmalloc/chromium/src/base/vdso_support.h	2011-03-29 23:20:37.000000000 +0400
 | 
					
						
							| 
									
										
										
										
											2012-03-15 13:10:24 +00:00
										 |  |  | @@ -63,6 +63,7 @@
 | 
					
						
							| 
									
										
										
										
											2011-09-20 16:10:49 +00:00
										 |  |  |   | 
					
						
							|  |  |  |  #define HAVE_VDSO_SUPPORT 1 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  |  #include <stdlib.h>     // for NULL | 
					
						
							|  |  |  |   | 
					
						
							| 
									
										
										
										
											2012-03-15 13:10:24 +00:00
										 |  |  |  namespace base { | 
					
						
							| 
									
										
										
										
											2011-09-20 16:10:49 +00:00
										 |  |  | --- chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h~	2011-03-31 12:53:13.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h	2011-03-31 12:53:32.000000000 +0400
 | 
					
						
							|  |  |  | @@ -39,6 +39,7 @@
 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  #include <stddef.h>   // for std::ptrdiff_t | 
					
						
							|  |  |  |  #include <limits> | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  #include "base/logging.h" | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  | --- chromium/src/third_party/tcmalloc/chromium/src/symbolize.h~	2011-03-31 12:58:42.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/third_party/tcmalloc/chromium/src/symbolize.h	2011-03-31 12:59:00.000000000 +0400
 | 
					
						
							|  |  |  | @@ -39,6 +39,7 @@
 | 
					
						
							|  |  |  |  #endif | 
					
						
							|  |  |  |  #include <stddef.h>  // for NULL | 
					
						
							|  |  |  |  #include <map> | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  using std::map; | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  | --- chromium/src/third_party/tcmalloc/chromium/src/system-alloc.h~	2011-03-31 13:01:01.000000000 +0400
 | 
					
						
							|  |  |  | +++ chromium/src/third_party/tcmalloc/chromium/src/system-alloc.h	2011-03-31 13:01:15.000000000 +0400
 | 
					
						
							|  |  |  | @@ -37,6 +37,7 @@
 | 
					
						
							|  |  |  |  #define TCMALLOC_SYSTEM_ALLOC_H_ | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  #include <config.h> | 
					
						
							|  |  |  | +#include <cstddef>
 | 
					
						
							|  |  |  |  #include <stddef.h>                     // for size_t | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  class SysAllocator; |