Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 087b0be8f95491dc1c7c1e7ce01b1d75 > files > 5

chromium-browser-stable-15.0.874.120-0.1.mga1.src.rpm

diff -p -up chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h.gcc46 chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h
--- chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h.gcc46	2011-05-18 20:20:37.000000000 +0000
+++ chromium-13.0.761.0/chrome/browser/search_engines/template_url_prepopulate_data.h	2011-05-18 21:59:50.000000000 +0000
@@ -8,6 +8,7 @@
 
 #include <stddef.h>
 #include <vector>
+#include <cstddef>
 
 class GURL;
 class PrefService;
diff -p -up chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc.gcc46 chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc
--- chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc.gcc46	2011-05-13 20:07:28.000000000 +0000
+++ chromium-13.0.761.0/ppapi/cpp/paint_aggregator.cc	2011-05-18 21:59:50.000000000 +0000
@@ -5,6 +5,7 @@
 #include "ppapi/cpp/paint_aggregator.h"
 
 #include <algorithm>
+#include <cstddef>
 
 #include "ppapi/cpp/logging.h"
 
diff -p -up chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h.gcc46 chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h
--- chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h.gcc46	2011-05-18 20:20:41.000000000 +0000
+++ chromium-13.0.761.0/ppapi/cpp/paint_aggregator.h	2011-05-18 21:59:50.000000000 +0000
@@ -7,6 +7,7 @@
 
 #include <stddef.h>
 #include <vector>
+#include <cstddef>
 
 #include "ppapi/cpp/point.h"
 #include "ppapi/cpp/rect.h"
diff -p -up chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h.gcc46 chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h
--- chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h.gcc46	2011-05-18 20:20:44.000000000 +0000
+++ chromium-13.0.761.0/third_party/libjingle/source/talk/base/sigslot.h	2011-05-18 22:01:39.000000000 +0000
@@ -81,6 +81,7 @@
 #include <list>
 #include <set>
 #include <stdlib.h>
+#include <cstddef>
 
 // On our copy of sigslot.h, we force single threading
 #define SIGSLOT_PURE_ISO
diff -p -up chromium-13.0.761.0/third_party/ots/src/os2.cc.gcc46 chromium-13.0.761.0/third_party/ots/src/os2.cc
--- chromium-13.0.761.0/third_party/ots/src/os2.cc.gcc46	2011-05-13 20:25:28.000000000 +0000
+++ chromium-13.0.761.0/third_party/ots/src/os2.cc	2011-05-18 21:59:50.000000000 +0000
@@ -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
diff -p -up chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h.gcc46 chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h
--- chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h.gcc46	2011-05-13 20:09:29.000000000 +0000
+++ chromium-13.0.761.0/third_party/tcmalloc/chromium/src/base/vdso_support.h	2011-05-18 21:59:50.000000000 +0000
@@ -26,6 +26,7 @@
 #ifndef BASE_VDSO_SUPPORT_H_
 #define BASE_VDSO_SUPPORT_H_
 
+#include <cstddef>
 #include <config.h>
 #ifdef HAVE_FEATURES_H
 #include <features.h>   // for __GLIBC__