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

Side by Side Diff: components/domain_reliability/context_manager.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_DOMAIN_RELIABILITY_CONTEXT_MANAGER_H_ 5 #ifndef COMPONENTS_DOMAIN_RELIABILITY_CONTEXT_MANAGER_H_
6 #define COMPONENTS_DOMAIN_RELIABILITY_CONTEXT_MANAGER_H_ 6 #define COMPONENTS_DOMAIN_RELIABILITY_CONTEXT_MANAGER_H_
7 7
8 #include <stddef.h>
9
8 #include <map> 10 #include <map>
9 #include <string> 11 #include <string>
10 12
11 #include "base/macros.h" 13 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
13 #include "base/values.h" 15 #include "base/values.h"
14 #include "components/domain_reliability/beacon.h" 16 #include "components/domain_reliability/beacon.h"
15 #include "components/domain_reliability/config.h" 17 #include "components/domain_reliability/config.h"
16 #include "components/domain_reliability/context.h" 18 #include "components/domain_reliability/context.h"
17 #include "components/domain_reliability/domain_reliability_export.h" 19 #include "components/domain_reliability/domain_reliability_export.h"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 DomainReliabilityContext::Factory* context_factory_; 56 DomainReliabilityContext::Factory* context_factory_;
55 // Owns DomainReliabilityContexts. 57 // Owns DomainReliabilityContexts.
56 ContextMap contexts_; 58 ContextMap contexts_;
57 59
58 DISALLOW_COPY_AND_ASSIGN(DomainReliabilityContextManager); 60 DISALLOW_COPY_AND_ASSIGN(DomainReliabilityContextManager);
59 }; 61 };
60 62
61 } // namespace domain_reliability 63 } // namespace domain_reliability
62 64
63 #endif // COMPONENTS_DOMAIN_RELIABILITY_CONTEXT_MANAGER_H_ 65 #endif // COMPONENTS_DOMAIN_RELIABILITY_CONTEXT_MANAGER_H_
OLDNEW
« no previous file with comments | « components/domain_reliability/context.h ('k') | components/domain_reliability/context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698