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

Side by Side Diff: components/rappor/reports.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 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 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_RAPPOR_REPORTS_H_ 5 #ifndef COMPONENTS_RAPPOR_REPORTS_H_
6 #define COMPONENTS_RAPPOR_REPORTS_H_ 6 #define COMPONENTS_RAPPOR_REPORTS_H_
7 7
8 #include "components/rappor/reports.h" 8 #include "components/rappor/reports.h"
9 9
10 #include "components/rappor/byte_vector_utils.h" 10 #include "components/rappor/byte_vector_utils.h"
11 11
12 namespace rappor { 12 namespace rappor {
13 13
14 struct RapporParameters;
15
16 namespace internal { 14 namespace internal {
17 15
18 // Generate a randomized report for a single metric/field. 16 // Generate a randomized report for a single metric/field.
19 ByteVector GenerateReport(const std::string& secret, 17 ByteVector GenerateReport(const std::string& secret,
20 const NoiseParameters& parameters, 18 const NoiseParameters& parameters,
21 const ByteVector& value); 19 const ByteVector& value);
22 20
23 } // namespace internal 21 } // namespace internal
24 22
25 } // namespace rappor 23 } // namespace rappor
26 24
27 #endif // COMPONENTS_RAPPOR_REPORTS_H_ 25 #endif // COMPONENTS_RAPPOR_REPORTS_H_
OLDNEW
« no previous file with comments | « components/proximity_auth/remote_device_life_cycle_impl.h ('k') | components/reading_list/reading_list_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698