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

Side by Side Diff: chromeos/network/network_state_handler.h

Issue 1540803002: Switch to standard integer types in chromeos/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes Created 5 years 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 | « chromeos/network/network_state.cc ('k') | chromeos/network/network_state_handler.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 (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 CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_H_ 5 #ifndef CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_H_
6 #define CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_H_ 6 #define CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback_forward.h" 13 #include "base/callback_forward.h"
14 #include "base/gtest_prod_util.h" 14 #include "base/gtest_prod_util.h"
15 #include "base/macros.h"
15 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
16 #include "base/memory/scoped_vector.h" 17 #include "base/memory/scoped_vector.h"
17 #include "base/observer_list.h" 18 #include "base/observer_list.h"
18 #include "chromeos/chromeos_export.h" 19 #include "chromeos/chromeos_export.h"
19 #include "chromeos/network/managed_state.h" 20 #include "chromeos/network/managed_state.h"
20 #include "chromeos/network/network_handler.h" 21 #include "chromeos/network/network_handler.h"
21 #include "chromeos/network/network_handler_callbacks.h" 22 #include "chromeos/network/network_handler_callbacks.h"
22 #include "chromeos/network/network_type_pattern.h" 23 #include "chromeos/network/network_type_pattern.h"
23 #include "chromeos/network/shill_property_handler.h" 24 #include "chromeos/network/shill_property_handler.h"
24 25
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 // Map of network specifiers to guids. Contains an entry for each 395 // Map of network specifiers to guids. Contains an entry for each
395 // NetworkState that is not saved in a profile. 396 // NetworkState that is not saved in a profile.
396 SpecifierGuidMap specifier_guid_map_; 397 SpecifierGuidMap specifier_guid_map_;
397 398
398 DISALLOW_COPY_AND_ASSIGN(NetworkStateHandler); 399 DISALLOW_COPY_AND_ASSIGN(NetworkStateHandler);
399 }; 400 };
400 401
401 } // namespace chromeos 402 } // namespace chromeos
402 403
403 #endif // CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_H_ 404 #endif // CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_H_
OLDNEW
« no previous file with comments | « chromeos/network/network_state.cc ('k') | chromeos/network/network_state_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698