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

Issue 46092: Add some includes needed by GCC 4.4.0 (Closed)

Created:
11 years, 9 months ago by Craig Schlenter
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add some includes needed by GCC 4.4.0 base/string16.h uses EOF thus #include <stdio.h> net/disk_cache/trace.cc uses vsnprintf thus #include <stdio.h> r12777

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use stdio.h instead of cstdio #

Patch Set 3 : just include stdio without #else stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M base/string16.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/disk_cache/trace.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Craig Schlenter
Dean: thanks for offering to review this. It seems to have passed on the try ...
11 years, 9 months ago (2009-03-16 18:05:23 UTC) #1
Mark Mentovai
http://codereview.chromium.org/46092/diff/1/2 File base/string16.h (right): http://codereview.chromium.org/46092/diff/1/2#newcode29 Line 29: #include <cstdio> What's wrong with <stdio.h>? We don't ...
11 years, 9 months ago (2009-03-16 18:20:35 UTC) #2
Craig Schlenter
Thanks for the review Mark. Comments inline. I'll make a patch set 3 as well ...
11 years, 9 months ago (2009-03-16 18:44:49 UTC) #3
Craig Schlenter
On 2009/03/16 18:44:49, Craig Schlenter wrote: > Thanks for the review Mark. Comments inline. I'll ...
11 years, 8 months ago (2009-03-30 16:00:11 UTC) #4
Dean McNamee
I'll leave it up to mix-master-mark. Thanks for the patch. On 2009/03/30 16:00:11, Craig Schlenter ...
11 years, 8 months ago (2009-03-30 16:10:51 UTC) #5
Mark Mentovai
LGTM
11 years, 8 months ago (2009-03-30 16:32:29 UTC) #6
Mark Mentovai
11 years, 8 months ago (2009-03-30 16:47:59 UTC) #7
Checked in r12777

Powered by Google App Engine
This is Rietveld 408576698