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

Side by Side Diff: components/bookmarks/managed/managed_bookmarks_tracker.h

Issue 1548993002: Switch to standard integer types in base/strings/. (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_BOOKMARKS_MANAGED_MANAGED_BOOKMARKS_TRACKER_H_ 5 #ifndef COMPONENTS_BOOKMARKS_MANAGED_MANAGED_BOOKMARKS_TRACKER_H_
6 #define COMPONENTS_BOOKMARKS_MANAGED_MANAGED_BOOKMARKS_TRACKER_H_ 6 #define COMPONENTS_BOOKMARKS_MANAGED_MANAGED_BOOKMARKS_TRACKER_H_
7 7
8 #include "base/basictypes.h"
8 #include "base/callback_forward.h" 9 #include "base/callback_forward.h"
9 #include "base/macros.h" 10 #include "base/macros.h"
10 #include "base/prefs/pref_change_registrar.h" 11 #include "base/prefs/pref_change_registrar.h"
11 #include "base/strings/string16.h" 12 #include "base/strings/string16.h"
12 13
13 class GURL; 14 class GURL;
14 class PrefService; 15 class PrefService;
15 16
16 namespace base { 17 namespace base {
17 class ListValue; 18 class ListValue;
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 PrefChangeRegistrar registrar_; 85 PrefChangeRegistrar registrar_;
85 GetManagementDomainCallback get_management_domain_callback_; 86 GetManagementDomainCallback get_management_domain_callback_;
86 87
87 DISALLOW_COPY_AND_ASSIGN(ManagedBookmarksTracker); 88 DISALLOW_COPY_AND_ASSIGN(ManagedBookmarksTracker);
88 }; 89 };
89 90
90 } // namespace bookmarks 91 } // namespace bookmarks
91 92
92 #endif // COMPONENTS_BOOKMARKS_MANAGED_MANAGED_BOOKMARKS_TRACKER_H_ 93 #endif // COMPONENTS_BOOKMARKS_MANAGED_MANAGED_BOOKMARKS_TRACKER_H_
93 94
OLDNEW
« no previous file with comments | « chrome/third_party/mozilla_security_manager/nsUsageArrayHelper.cpp ('k') | components/dom_distiller/webui/dom_distiller_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698