diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 20:29:07 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 20:29:07 +0000 |
commit | 97d95a83f75cc8f1b9879543f1f9f6ef4f10bb10 (patch) | |
tree | fc33aad6f13fa16f948dee6efea2685744a976b5 /base/win | |
parent | 107541ab7e63445e7799f90a9714d2d37a584d3b (diff) | |
download | chromium_src-97d95a83f75cc8f1b9879543f1f9f6ef4f10bb10.zip chromium_src-97d95a83f75cc8f1b9879543f1f9f6ef4f10bb10.tar.gz chromium_src-97d95a83f75cc8f1b9879543f1f9f6ef4f10bb10.tar.bz2 |
windows: Fix a few things clang complains about.
No functionality change.
BUG=82385
TEST=none
Review URL: http://codereview.chromium.org/9200009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/win')
-rw-r--r-- | base/win/sampling_profiler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/win/sampling_profiler.cc b/base/win/sampling_profiler.cc index 400eb63..dd510ac 100644 --- a/base/win/sampling_profiler.cc +++ b/base/win/sampling_profiler.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// 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. @@ -104,7 +104,7 @@ ProfilerFuncs::ProfilerFuncs() } } -base::LazyInstance<ProfilerFuncs, base::LeakyLazyInstanceTraits<ProfilerFuncs>> +base::LazyInstance<ProfilerFuncs, base::LeakyLazyInstanceTraits<ProfilerFuncs> > funcs = LAZY_INSTANCE_INITIALIZER; } // namespace |