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

Side by Side Diff: chromeos/cryptohome/async_method_caller.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/cert_loader_unittest.cc ('k') | chromeos/cryptohome/async_method_caller.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_CRYPTOHOME_ASYNC_METHOD_CALLER_H_ 5 #ifndef CHROMEOS_CRYPTOHOME_ASYNC_METHOD_CALLER_H_
6 #define CHROMEOS_CRYPTOHOME_ASYNC_METHOD_CALLER_H_ 6 #define CHROMEOS_CRYPTOHOME_ASYNC_METHOD_CALLER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/callback_forward.h" 10 #include "base/callback_forward.h"
12 #include "chromeos/attestation/attestation_constants.h" 11 #include "chromeos/attestation/attestation_constants.h"
13 #include "chromeos/chromeos_export.h" 12 #include "chromeos/chromeos_export.h"
14 #include "chromeos/dbus/cryptohome_client.h" 13 #include "chromeos/dbus/cryptohome_client.h"
15 #include "third_party/cros_system_api/dbus/service_constants.h" 14 #include "third_party/cros_system_api/dbus/service_constants.h"
16 15
17 namespace cryptohome { 16 namespace cryptohome {
18 17
19 // Note: This file is placed in ::cryptohome instead of ::chromeos::cryptohome 18 // Note: This file is placed in ::cryptohome instead of ::chromeos::cryptohome
20 // since there is already a namespace ::cryptohome which holds the error code 19 // since there is already a namespace ::cryptohome which holds the error code
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 static void Shutdown(); 204 static void Shutdown();
206 205
207 // Returns a pointer to the global AsyncMethodCaller instance. 206 // Returns a pointer to the global AsyncMethodCaller instance.
208 // Initialize() should already have been called. 207 // Initialize() should already have been called.
209 static AsyncMethodCaller* GetInstance(); 208 static AsyncMethodCaller* GetInstance();
210 }; 209 };
211 210
212 } // namespace cryptohome 211 } // namespace cryptohome
213 212
214 #endif // CHROMEOS_CRYPTOHOME_ASYNC_METHOD_CALLER_H_ 213 #endif // CHROMEOS_CRYPTOHOME_ASYNC_METHOD_CALLER_H_
OLDNEW
« no previous file with comments | « chromeos/cert_loader_unittest.cc ('k') | chromeos/cryptohome/async_method_caller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698