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

Issue 8511034: uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basictypes.h. (Closed)

Created:
9 years, 1 month ago by viettrungluu
Modified:
9 years, 1 month ago
Reviewers:
Robert Sesek, sky
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., jam, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basictypes.h. The header file currently doesn't compile on Windows (unless a definition for uint32_t is picked up from elsewhere, coincidentally). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109329

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M content/browser/plugin_loader_posix.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/plugin_loader_posix.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/plugin_loader_posix_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
viettrungluu
9 years, 1 month ago (2011-11-09 23:04:52 UTC) #1
sky
LGTM
9 years, 1 month ago (2011-11-09 23:15:52 UTC) #2
Robert Sesek
9 years, 1 month ago (2011-11-12 22:26:41 UTC) #3
Why is this file getting compiled on Windows? _posix should be excluded.

Powered by Google App Engine
This is Rietveld 408576698