diff options
Diffstat (limited to 'base/scoped_bstr_win.h')
-rw-r--r-- | base/scoped_bstr_win.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/base/scoped_bstr_win.h b/base/scoped_bstr_win.h deleted file mode 100644 index 98dbca4..0000000 --- a/base/scoped_bstr_win.h +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright (c) 2010 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. - -// TODO(brettw) remove this file when all callers are converted to using the -// new location/namespace -#include "base/win/scoped_bstr.h" - -using base::win::ScopedBstr; |