| Index: chrome/browser/shell_dialogs.h
|
| diff --git a/chrome/browser/shell_dialogs.h b/chrome/browser/shell_dialogs.h
|
| index d856720c63cf7bc8cf126cd08e94eb2e9076d2a5..23380f15816908ea27cdb669684256b1c52ae38a 100644
|
| --- a/chrome/browser/shell_dialogs.h
|
| +++ b/chrome/browser/shell_dialogs.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -19,7 +19,7 @@ class Font;
|
| }
|
|
|
| // This function is declared extern such that it is accessible for unit tests
|
| -// in /chrome/browser/views/shell_dialogs_win_unittest.cc
|
| +// in /chrome/browser/ui/views/shell_dialogs_win_unittest.cc
|
| extern std::wstring AppendExtensionIfNeeded(const std::wstring& filename,
|
| const std::wstring& filter_selected,
|
| const std::wstring& suggested_ext);
|
|
|