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

Side by Side Diff: components/enhanced_bookmarks/bookmark_server_cluster_service.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_ENHANCED_BOOKMARKS_BOOKMARK_SERVER_CLUSTER_SERVICE_H_ 5 #ifndef COMPONENTS_ENHANCED_BOOKMARKS_BOOKMARK_SERVER_CLUSTER_SERVICE_H_
6 #define COMPONENTS_ENHANCED_BOOKMARKS_BOOKMARK_SERVER_CLUSTER_SERVICE_H_ 6 #define COMPONENTS_ENHANCED_BOOKMARKS_BOOKMARK_SERVER_CLUSTER_SERVICE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/macros.h"
12 #include "components/enhanced_bookmarks/bookmark_server_service.h" 13 #include "components/enhanced_bookmarks/bookmark_server_service.h"
13 #include "components/signin/core/browser/signin_manager_base.h" 14 #include "components/signin/core/browser/signin_manager_base.h"
14 #include "components/sync_driver/sync_service_observer.h" 15 #include "components/sync_driver/sync_service_observer.h"
15 #include "net/url_request/url_fetcher.h" 16 #include "net/url_request/url_fetcher.h"
16 17
17 class PrefService; 18 class PrefService;
18 19
19 namespace sync_driver { 20 namespace sync_driver {
20 class SyncService; 21 class SyncService;
21 } 22 }
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 bool sync_refresh_skipped_; 133 bool sync_refresh_skipped_;
133 // This holds the number of cluster refreshes needed. 134 // This holds the number of cluster refreshes needed.
134 int refreshes_needed_; 135 int refreshes_needed_;
135 136
136 DISALLOW_COPY_AND_ASSIGN(BookmarkServerClusterService); 137 DISALLOW_COPY_AND_ASSIGN(BookmarkServerClusterService);
137 }; 138 };
138 139
139 } // namespace enhanced_bookmarks 140 } // namespace enhanced_bookmarks
140 141
141 #endif // COMPONENTS_ENHANCED_BOOKMARKS_BOOKMARK_SERVER_CLUSTER_SERVICE_H_ 142 #endif // COMPONENTS_ENHANCED_BOOKMARKS_BOOKMARK_SERVER_CLUSTER_SERVICE_H_
OLDNEW
« no previous file with comments | « components/enhanced_bookmarks/BUILD.gn ('k') | components/enhanced_bookmarks/bookmark_server_cluster_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698