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

Side by Side Diff: ui/base/cursor/cursor_loader_win.h

Issue 16402012: Use a direct include of strings headers in ui/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « ui/base/cursor/cursor_loader.h ('k') | ui/base/dragdrop/cocoa_dnd_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef UI_BASE_CURSOR_CURSOR_LOADER_WIN_H_ 5 #ifndef UI_BASE_CURSOR_CURSOR_LOADER_WIN_H_
6 #define UI_BASE_CURSOR_CURSOR_LOADER_WIN_H_ 6 #define UI_BASE_CURSOR_CURSOR_LOADER_WIN_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/string16.h" 9 #include "base/strings/string16.h"
10 #include "ui/base/cursor/cursor_loader.h" 10 #include "ui/base/cursor/cursor_loader.h"
11 11
12 namespace ui { 12 namespace ui {
13 13
14 class UI_EXPORT CursorLoaderWin : public CursorLoader { 14 class UI_EXPORT CursorLoaderWin : public CursorLoader {
15 public: 15 public:
16 CursorLoaderWin(); 16 CursorLoaderWin();
17 virtual ~CursorLoaderWin(); 17 virtual ~CursorLoaderWin();
18 18
19 // Overridden from CursorLoader: 19 // Overridden from CursorLoader:
(...skipping 10 matching lines...) Expand all
30 30
31 private: 31 private:
32 string16 cursor_resource_module_name_; 32 string16 cursor_resource_module_name_;
33 33
34 DISALLOW_COPY_AND_ASSIGN(CursorLoaderWin); 34 DISALLOW_COPY_AND_ASSIGN(CursorLoaderWin);
35 }; 35 };
36 36
37 } // namespace ui 37 } // namespace ui
38 38
39 #endif // UI_BASE_CURSOR_CURSOR_LOADER_WIN_H_ 39 #endif // UI_BASE_CURSOR_CURSOR_LOADER_WIN_H_
OLDNEW
« no previous file with comments | « ui/base/cursor/cursor_loader.h ('k') | ui/base/dragdrop/cocoa_dnd_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698