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

Side by Side Diff: ui/base/dragdrop/os_exchange_data_provider_win.cc

Issue 324773002: Remove base/memory/scoped_handle.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/base/dragdrop/os_exchange_data_provider_win.h" 5 #include "ui/base/dragdrop/os_exchange_data_provider_win.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/i18n/file_util_icu.h" 11 #include "base/i18n/file_util_icu.h"
12 #include "base/logging.h" 12 #include "base/logging.h"
13 #include "base/memory/scoped_handle.h"
14 #include "base/pickle.h" 13 #include "base/pickle.h"
15 #include "base/strings/utf_string_conversions.h" 14 #include "base/strings/utf_string_conversions.h"
16 #include "base/win/scoped_hglobal.h" 15 #include "base/win/scoped_hglobal.h"
17 #include "grit/ui_strings.h" 16 #include "grit/ui_strings.h"
18 #include "net/base/filename_util.h" 17 #include "net/base/filename_util.h"
19 #include "ui/base/clipboard/clipboard.h" 18 #include "ui/base/clipboard/clipboard.h"
20 #include "ui/base/clipboard/clipboard_util_win.h" 19 #include "ui/base/clipboard/clipboard_util_win.h"
21 #include "ui/base/dragdrop/file_info.h" 20 #include "ui/base/dragdrop/file_info.h"
22 #include "ui/base/l10n/l10n_util.h" 21 #include "ui/base/l10n/l10n_util.h"
23 #include "url/gurl.h" 22 #include "url/gurl.h"
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 1051
1053 /////////////////////////////////////////////////////////////////////////////// 1052 ///////////////////////////////////////////////////////////////////////////////
1054 // OSExchangeData, public: 1053 // OSExchangeData, public:
1055 1054
1056 // static 1055 // static
1057 OSExchangeData::Provider* OSExchangeData::CreateProvider() { 1056 OSExchangeData::Provider* OSExchangeData::CreateProvider() {
1058 return new OSExchangeDataProviderWin(); 1057 return new OSExchangeDataProviderWin();
1059 } 1058 }
1060 1059
1061 } // namespace ui 1060 } // namespace ui
OLDNEW
« no previous file with comments | « ui/base/clipboard/clipboard_util_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