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

Side by Side Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h

Issue 1662843002: Revert of Delete base/prefs and update callers to use components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_SETTIN GS_H_ 5 #ifndef COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_SETTIN GS_H_
6 #define COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_SETTIN GS_H_ 6 #define COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_SETTIN GS_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback.h" 13 #include "base/callback.h"
14 #include "base/compiler_specific.h" 14 #include "base/compiler_specific.h"
15 #include "base/gtest_prod_util.h" 15 #include "base/gtest_prod_util.h"
16 #include "base/macros.h" 16 #include "base/macros.h"
17 #include "base/memory/scoped_ptr.h" 17 #include "base/memory/scoped_ptr.h"
18 #include "base/prefs/pref_member.h"
18 #include "base/threading/thread_checker.h" 19 #include "base/threading/thread_checker.h"
19 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_metr ics.h" 20 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_metr ics.h"
20 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_serv ice_observer.h" 21 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_serv ice_observer.h"
21 #include "components/prefs/pref_member.h"
22 #include "url/gurl.h" 22 #include "url/gurl.h"
23 23
24 class PrefService; 24 class PrefService;
25 25
26 namespace data_reduction_proxy { 26 namespace data_reduction_proxy {
27 27
28 class DataReductionProxyConfig; 28 class DataReductionProxyConfig;
29 class DataReductionProxyEventStore; 29 class DataReductionProxyEventStore;
30 class DataReductionProxyIOData; 30 class DataReductionProxyIOData;
31 class DataReductionProxyService; 31 class DataReductionProxyService;
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 SyntheticFieldTrialRegistrationCallback register_synthetic_field_trial_; 326 SyntheticFieldTrialRegistrationCallback register_synthetic_field_trial_;
327 327
328 base::ThreadChecker thread_checker_; 328 base::ThreadChecker thread_checker_;
329 329
330 DISALLOW_COPY_AND_ASSIGN(DataReductionProxySettings); 330 DISALLOW_COPY_AND_ASSIGN(DataReductionProxySettings);
331 }; 331 };
332 332
333 } // namespace data_reduction_proxy 333 } // namespace data_reduction_proxy
334 334
335 #endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_SET TINGS_H_ 335 #endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_BROWSER_DATA_REDUCTION_PROXY_SET TINGS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698