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

Unified Diff: ui/base/dragdrop/os_exchange_data_provider_win.h

Issue 6825055: Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad indentation, rebase Created 9 years, 8 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 | « printing/backend/print_backend_win.cc ('k') | ui/base/dragdrop/os_exchange_data_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/os_exchange_data_provider_win.h
diff --git a/ui/base/dragdrop/os_exchange_data_provider_win.h b/ui/base/dragdrop/os_exchange_data_provider_win.h
index d321161ad6d82988eed16d41990d444e96a2e356..e1cf86986bd26a96066b8609683b142bd01f273b 100644
--- a/ui/base/dragdrop/os_exchange_data_provider_win.h
+++ b/ui/base/dragdrop/os_exchange_data_provider_win.h
@@ -10,7 +10,7 @@
#include <shlobj.h>
#include <string>
-#include "base/scoped_comptr_win.h"
+#include "base/win/scoped_comptr.h"
#include "ui/base/dragdrop/os_exchange_data.h"
namespace ui {
@@ -112,7 +112,7 @@ class DataObjectImpl : public DownloadFileObserver,
typedef std::vector<StoredDataInfo*> StoredData;
StoredData contents_;
- ScopedComPtr<IDataObject> source_object_;
+ base::win::ScopedComPtr<IDataObject> source_object_;
bool is_aborting_;
bool in_async_mode_;
@@ -170,7 +170,7 @@ class OSExchangeDataProviderWin : public OSExchangeData::Provider {
private:
scoped_refptr<DataObjectImpl> data_;
- ScopedComPtr<IDataObject> source_object_;
+ base::win::ScopedComPtr<IDataObject> source_object_;
DISALLOW_COPY_AND_ASSIGN(OSExchangeDataProviderWin);
};
« no previous file with comments | « printing/backend/print_backend_win.cc ('k') | ui/base/dragdrop/os_exchange_data_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698