Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3078)

Unified Diff: base/scoped_bstr_win.h

Issue 200045: Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/scoped_variant_win.h » ('j') | chrome/browser/history/history_publisher_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_bstr_win.h
===================================================================
--- base/scoped_bstr_win.h (revision 25862)
+++ base/scoped_bstr_win.h (working copy)
@@ -5,13 +5,11 @@
#ifndef BASE_SCOPED_BSTR_WIN_H_
#define BASE_SCOPED_BSTR_WIN_H_
-#include "base/basictypes.h" // needed to pick up OS_WIN
-
-#include "base/logging.h"
-
#include <windows.h>
#include <oleauto.h>
+#include "base/logging.h"
+
// Manages a BSTR string pointer.
// The class interface is based on scoped_ptr.
class ScopedBstr {
« no previous file with comments | « no previous file | base/scoped_variant_win.h » ('j') | chrome/browser/history/history_publisher_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698