mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 10:02:47 +00:00
93 lines
3.7 KiB
Diff
93 lines
3.7 KiB
Diff
Index: sid/src/components/search_engines/template_url_prepopulate_data.h
|
|
===================================================================
|
|
--- sid.orig/src/components/search_engines/template_url_prepopulate_data.h 2012-08-06 10:28:37.000000000 +0200
|
|
+++ sid/src/components/search_engines/template_url_prepopulate_data.h 2012-08-06 12:15:50.369548039 +0200
|
|
@@ -9,6 +9,7 @@
|
|
#include <stddef.h>
|
|
#include <string>
|
|
#include <vector>
|
|
+#include <cstddef>
|
|
|
|
#include "base/string16.h"
|
|
#include "chrome/browser/search_engines/search_engine_type.h"
|
|
Index: sid/src/ipc/ipc_channel.h
|
|
===================================================================
|
|
--- sid.orig/src/ipc/ipc_channel.h 2012-08-06 10:28:14.000000000 +0200
|
|
+++ sid/src/ipc/ipc_channel.h 2012-08-06 12:15:50.369548039 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+#include <sys/types.h>
|
|
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
Index: sid/src/third_party/ots/src/os2.cc
|
|
===================================================================
|
|
--- sid.orig/src/third_party/ots/src/os2.cc 2012-08-06 10:29:56.000000000 +0200
|
|
+++ sid/src/third_party/ots/src/os2.cc 2012-08-06 12:15:50.369548039 +0200
|
|
@@ -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
|
|
Index: sid/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h
|
|
===================================================================
|
|
--- sid.orig/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h 2012-08-06 10:28:01.000000000 +0200
|
|
+++ sid/src/third_party/tcmalloc/chromium/src/base/stl_allocator.h 2012-08-06 12:15:50.373548039 +0200
|
|
@@ -39,6 +39,7 @@
|
|
|
|
#include <stddef.h> // for std::ptrdiff_t
|
|
#include <limits>
|
|
+#include <cstddef>
|
|
|
|
#include "base/logging.h"
|
|
|
|
Index: sid/src/third_party/tcmalloc/chromium/src/base/vdso_support.h
|
|
===================================================================
|
|
--- sid.orig/src/third_party/tcmalloc/chromium/src/base/vdso_support.h 2012-08-06 10:28:01.000000000 +0200
|
|
+++ sid/src/third_party/tcmalloc/chromium/src/base/vdso_support.h 2012-08-06 12:15:50.373548039 +0200
|
|
@@ -63,6 +63,7 @@
|
|
|
|
#define HAVE_VDSO_SUPPORT 1
|
|
|
|
+#include <cstddef>
|
|
#include <stdlib.h> // for NULL
|
|
|
|
namespace base {
|
|
Index: sid/src/third_party/tcmalloc/chromium/src/common.cc
|
|
===================================================================
|
|
--- sid.orig/src/third_party/tcmalloc/chromium/src/common.cc 2012-08-06 10:28:01.000000000 +0200
|
|
+++ sid/src/third_party/tcmalloc/chromium/src/common.cc 2012-08-06 12:15:50.373548039 +0200
|
|
@@ -33,6 +33,7 @@
|
|
#include "config.h"
|
|
#include "common.h"
|
|
#include "system-alloc.h"
|
|
+#include <cstddef>
|
|
|
|
#if defined(HAVE_UNISTD_H) && defined(HAVE_GETPAGESIZE)
|
|
#include <unistd.h> // for getpagesize
|
|
Index: sid/src/third_party/tcmalloc/chromium/src/symbolize.h
|
|
===================================================================
|
|
--- sid.orig/src/third_party/tcmalloc/chromium/src/symbolize.h 2012-08-06 10:28:01.000000000 +0200
|
|
+++ sid/src/third_party/tcmalloc/chromium/src/symbolize.h 2012-08-06 12:15:50.373548039 +0200
|
|
@@ -40,6 +40,7 @@
|
|
#endif
|
|
#include <stddef.h> // for NULL
|
|
#include <map>
|
|
+#include <cstddef>
|
|
|
|
using std::map;
|
|
|
|
Index: sid/src/ui/gfx/codec/jpeg_codec.h
|
|
===================================================================
|
|
--- sid.orig/src/ui/gfx/codec/jpeg_codec.h 2012-08-06 10:29:01.000000000 +0200
|
|
+++ sid/src/ui/gfx/codec/jpeg_codec.h 2012-08-06 12:15:50.373548039 +0200
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include <stddef.h>
|
|
#include <vector>
|
|
+#include <cstddef>
|
|
|
|
#include "ui/base/ui_export.h"
|
|
|