diff options
Diffstat (limited to 'chrome/browser/debugger/devtools_file_util.cc')
-rw-r--r-- | chrome/browser/debugger/devtools_file_util.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/debugger/devtools_file_util.cc b/chrome/browser/debugger/devtools_file_util.cc index 995bb25..ac436c9 100644 --- a/chrome/browser/debugger/devtools_file_util.cc +++ b/chrome/browser/debugger/devtools_file_util.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. @@ -17,8 +17,7 @@ using content::BrowserThread; namespace { -base::LazyInstance<FilePath, - base::LeakyLazyInstanceTraits<FilePath> > +base::LazyInstance<FilePath>::Leaky g_last_save_path = LAZY_INSTANCE_INITIALIZER; class SaveAsDialog : public SelectFileDialog::Listener, |