| Index: chrome_frame/com_type_info_holder.cc
|
| diff --git a/chrome_frame/com_type_info_holder.cc b/chrome_frame/com_type_info_holder.cc
|
| index 695d61e9469c7dd072312536cb02f05055317854..aa9b13bf9cd70d595b0977080d49c156dc3715b0 100644
|
| --- a/chrome_frame/com_type_info_holder.cc
|
| +++ b/chrome_frame/com_type_info_holder.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.
|
|
|
| @@ -62,7 +62,7 @@ HRESULT TypeInfoNameCache::Initialize(const IID& iid) {
|
| return E_UNEXPECTED;
|
| }
|
|
|
| - ScopedComPtr<ITypeLib> type_lib;
|
| + base::win::ScopedComPtr<ITypeLib> type_lib;
|
| HRESULT hr = LoadTypeLib(file_path, type_lib.Receive());
|
| if (SUCCEEDED(hr)) {
|
| hr = type_lib->GetTypeInfoOfGuid(iid, type_info_.Receive());
|
|
|