| Index: chrome/installer/util/shell_util_unittest.cc
|
| diff --git a/chrome/installer/util/shell_util_unittest.cc b/chrome/installer/util/shell_util_unittest.cc
|
| index b96b56699420ac33d5f92f6f0afd3fca7d883ee6..792d5fc16780252d96240d494b41cd3015c0c6eb 100644
|
| --- a/chrome/installer/util/shell_util_unittest.cc
|
| +++ b/chrome/installer/util/shell_util_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| -#include "base/scoped_comptr_win.h"
|
| +#include "base/win/scoped_comptr.h"
|
| #include "chrome/installer/util/browser_distribution.h"
|
| #include "chrome/installer/util/master_preferences.h"
|
| #include "chrome/installer/util/shell_util.h"
|
| @@ -21,8 +21,8 @@ bool VerifyChromeShortcut(const std::wstring& exe_path,
|
| const std::wstring& shortcut,
|
| const std::wstring& description,
|
| int icon_index) {
|
| - ScopedComPtr<IShellLink> i_shell_link;
|
| - ScopedComPtr<IPersistFile> i_persist_file;
|
| + base::win::ScopedComPtr<IShellLink> i_shell_link;
|
| + base::win::ScopedComPtr<IPersistFile> i_persist_file;
|
|
|
| // Get pointer to the IShellLink interface
|
| bool failed = FAILED(i_shell_link.CreateInstance(CLSID_ShellLink, NULL,
|
|
|