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

Side by Side Diff: ui/chromeos/network/network_list.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: Created 4 years, 12 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
« no previous file with comments | « ui/chromeos/network/network_icon.cc ('k') | ui/chromeos/network/network_list.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_CHROMEOS_NETWORK_NETWORK_LIST_H_ 5 #ifndef UI_CHROMEOS_NETWORK_NETWORK_LIST_H_
6 #define UI_CHROMEOS_NETWORK_NETWORK_LIST_H_ 6 #define UI_CHROMEOS_NETWORK_NETWORK_LIST_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 11
12 #include "base/macros.h"
12 #include "chromeos/network/network_state_handler.h" 13 #include "chromeos/network/network_state_handler.h"
13 #include "ui/chromeos/network/network_icon_animation_observer.h" 14 #include "ui/chromeos/network/network_icon_animation_observer.h"
14 #include "ui/chromeos/network/network_list_view_base.h" 15 #include "ui/chromeos/network/network_list_view_base.h"
15 #include "ui/chromeos/ui_chromeos_export.h" 16 #include "ui/chromeos/ui_chromeos_export.h"
16 #include "ui/gfx/image/image_skia.h" 17 #include "ui/gfx/image/image_skia.h"
17 18
18 namespace views { 19 namespace views {
19 class Label; 20 class Label;
20 class View; 21 class View;
21 } 22 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 // A map of network service paths to their view. 71 // A map of network service paths to their view.
71 typedef std::map<std::string, views::View*> ServicePathMap; 72 typedef std::map<std::string, views::View*> ServicePathMap;
72 ServicePathMap service_path_map_; 73 ServicePathMap service_path_map_;
73 74
74 DISALLOW_COPY_AND_ASSIGN(NetworkListView); 75 DISALLOW_COPY_AND_ASSIGN(NetworkListView);
75 }; 76 };
76 77
77 } // namespace ui 78 } // namespace ui
78 79
79 #endif // UI_CHROMEOS_NETWORK_NETWORK_LIST_H_ 80 #endif // UI_CHROMEOS_NETWORK_NETWORK_LIST_H_
OLDNEW
« no previous file with comments | « ui/chromeos/network/network_icon.cc ('k') | ui/chromeos/network/network_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698