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

Issue 16508: g++ 4.3.x doesn't seem to like forward declarations... (Closed)

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

Description

g++ 4.3.x doesn't seem to like forward declarations with namespace::classname so declare the forward declaration inside the appropriate namespace.

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M chrome/browser/renderer_host/async_resource_handler.h View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Craig Schlenter
See http://code.google.com/p/chromium/issues/detail?id=3092 for similar issues in the past that were fixed by just removing the ...
11 years, 11 months ago (2009-01-03 09:38:19 UTC) #1
Paweł Hajdan Jr.
LGTM. Passed try server compile test.
11 years, 11 months ago (2009-01-03 10:30:44 UTC) #2
Paweł Hajdan Jr.
Wait, it's not so good. Sorry. We actually refer to base::SharedMemory in this header. The ...
11 years, 11 months ago (2009-01-03 10:50:39 UTC) #3
Craig Schlenter
> The proper way to do it would be: > > namespace base { > ...
11 years, 11 months ago (2009-01-03 12:58:25 UTC) #4
Paweł Hajdan Jr.
Thanks. Commited (r7539). I changed the indentation slightly.
11 years, 11 months ago (2009-01-03 14:54:58 UTC) #5
Dean McNamee
11 years, 11 months ago (2009-01-03 15:56:08 UTC) #6
LGTM

On 2009/01/03 14:54:58, Paweł Hajdan Jr. wrote:
> Thanks. Commited (r7539). I changed the indentation slightly.

Powered by Google App Engine
This is Rietveld 408576698