Fix a trivial warning compiling basictypes.h
commit16d439c52a75dcca85b4f25bf98271bfa567fa86
authormcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 17 Sep 2011 02:15:53 +0000 (17 02:15 +0000)
committermcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 17 Sep 2011 02:15:53 +0000 (17 02:15 +0000)
tree0021f14f34427a075f9684b5a7499ea233025110
parent5925dff83699508b5e2735afb0297dfb310e159d
Fix a trivial warning compiling basictypes.h

Using Clang with -Werror balked at this unused parameter.
C++ lets you just omit the name in that case.

BUG= none
TEST= none

Review URL: http://codereview.chromium.org/7917011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101625 0039d316-1c4b-4281-b951-d872f2087c98
base/basictypes.h