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

Side by Side Diff: components/proximity_auth/webui/proximity_auth_webui_handler.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 COMPONENTS_PROXIMITY_AUTH_WEBUI_PROXIMITY_AUTH_WEBUI_HANDLER_H_ 5 #ifndef COMPONENTS_PROXIMITY_AUTH_WEBUI_PROXIMITY_AUTH_WEBUI_HANDLER_H_
6 #define COMPONENTS_PROXIMITY_AUTH_WEBUI_PROXIMITY_AUTH_WEBUI_HANDLER_H_ 6 #define COMPONENTS_PROXIMITY_AUTH_WEBUI_PROXIMITY_AUTH_WEBUI_HANDLER_H_
7 7
8 #include "base/macros.h"
8 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
9 #include "base/values.h" 10 #include "base/values.h"
10 #include "components/proximity_auth/authenticator.h" 11 #include "components/proximity_auth/authenticator.h"
11 #include "components/proximity_auth/connection_observer.h" 12 #include "components/proximity_auth/connection_observer.h"
12 #include "components/proximity_auth/cryptauth/cryptauth_client.h" 13 #include "components/proximity_auth/cryptauth/cryptauth_client.h"
13 #include "components/proximity_auth/cryptauth/cryptauth_device_manager.h" 14 #include "components/proximity_auth/cryptauth/cryptauth_device_manager.h"
14 #include "components/proximity_auth/cryptauth/cryptauth_enrollment_manager.h" 15 #include "components/proximity_auth/cryptauth/cryptauth_enrollment_manager.h"
15 #include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h" 16 #include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h"
16 #include "components/proximity_auth/logging/log_buffer.h" 17 #include "components/proximity_auth/logging/log_buffer.h"
17 #include "components/proximity_auth/messenger_observer.h" 18 #include "components/proximity_auth/messenger_observer.h"
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 scoped_ptr<RemoteStatusUpdate> last_remote_status_update_; 152 scoped_ptr<RemoteStatusUpdate> last_remote_status_update_;
152 153
153 base::WeakPtrFactory<ProximityAuthWebUIHandler> weak_ptr_factory_; 154 base::WeakPtrFactory<ProximityAuthWebUIHandler> weak_ptr_factory_;
154 155
155 DISALLOW_COPY_AND_ASSIGN(ProximityAuthWebUIHandler); 156 DISALLOW_COPY_AND_ASSIGN(ProximityAuthWebUIHandler);
156 }; 157 };
157 158
158 } // namespace proximity_auth 159 } // namespace proximity_auth
159 160
160 #endif // COMPONENTS_PROXIMITY_AUTH_WEBUI_PROXIMITY_AUTH_WEBUI_HANDLER_H_ 161 #endif // COMPONENTS_PROXIMITY_AUTH_WEBUI_PROXIMITY_AUTH_WEBUI_HANDLER_H_
OLDNEW
« no previous file with comments | « components/proximity_auth/unlock_manager_unittest.cc ('k') | components/proximity_auth/wire_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698