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

Side by Side Diff: sync/internal_api/public/sessions/sync_session_snapshot.h

Issue 1545553003: Switch to standard integer types in sync/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SESSION_SNAPSHOT_H_ 5 #ifndef SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SESSION_SNAPSHOT_H_
6 #define SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SESSION_SNAPSHOT_H_ 6 #define SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SESSION_SNAPSHOT_H_
7 7
8 #include <stddef.h>
9
8 #include <string> 10 #include <string>
9 #include <vector> 11 #include <vector>
10 12
11 #include "base/basictypes.h"
12 #include "base/time/time.h" 13 #include "base/time/time.h"
13 #include "sync/base/sync_export.h" 14 #include "sync/base/sync_export.h"
14 #include "sync/internal_api/public/base/model_type.h" 15 #include "sync/internal_api/public/base/model_type.h"
15 #include "sync/internal_api/public/base/progress_marker_map.h" 16 #include "sync/internal_api/public/base/progress_marker_map.h"
16 #include "sync/internal_api/public/sessions/model_neutral_state.h" 17 #include "sync/internal_api/public/sessions/model_neutral_state.h"
17 18
18 namespace base { 19 namespace base {
19 class DictionaryValue; 20 class DictionaryValue;
20 } 21 }
21 22
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 // still some value in displaying it on the about:sync page. 90 // still some value in displaying it on the about:sync page.
90 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source_; 91 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source_;
91 92
92 bool is_initialized_; 93 bool is_initialized_;
93 }; 94 };
94 95
95 } // namespace sessions 96 } // namespace sessions
96 } // namespace syncer 97 } // namespace syncer
97 98
98 #endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SESSION_SNAPSHOT_H_ 99 #endif // SYNC_INTERNAL_API_PUBLIC_SESSIONS_SYNC_SESSION_SNAPSHOT_H_
OLDNEW
« no previous file with comments | « sync/internal_api/public/sessions/status_counters.h ('k') | sync/internal_api/public/sessions/sync_session_snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698