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

Side by Side Diff: components/browser_sync/browser/signin_confirmation_helper.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_ 5 #ifndef COMPONENTS_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_
6 #define COMPONENTS_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_ 6 #define COMPONENTS_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_
7 7
8 #include <stddef.h>
9
8 #include "base/macros.h" 10 #include "base/macros.h"
9 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
10 #include "base/task/cancelable_task_tracker.h" 12 #include "base/task/cancelable_task_tracker.h"
11 13
12 namespace history { 14 namespace history {
13 class HistoryService; 15 class HistoryService;
14 class QueryResults; 16 class QueryResults;
15 } 17 }
16 18
17 namespace sync_driver { 19 namespace sync_driver {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 61
60 // Callback to pass the result back to the caller. 62 // Callback to pass the result back to the caller.
61 const base::Callback<void(bool)> return_result_; 63 const base::Callback<void(bool)> return_result_;
62 64
63 DISALLOW_COPY_AND_ASSIGN(SigninConfirmationHelper); 65 DISALLOW_COPY_AND_ASSIGN(SigninConfirmationHelper);
64 }; 66 };
65 67
66 } // namespace sync_driver 68 } // namespace sync_driver
67 69
68 #endif // COMPONENTS_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_ 70 #endif // COMPONENTS_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698