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

Side by Side Diff: components/proxy_config/pref_proxy_config_tracker_impl.h

Issue 1651203002: Update components for new prefs location. (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
« no previous file with comments | « components/proxy_config/DEPS ('k') | components/proxy_config/pref_proxy_config_tracker_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_IMPL_H_ 5 #ifndef COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_IMPL_H_
6 #define COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_IMPL_H_ 6 #define COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_IMPL_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/observer_list.h" 11 #include "base/observer_list.h"
12 #include "base/prefs/pref_change_registrar.h"
13 #include "base/threading/thread_checker.h" 12 #include "base/threading/thread_checker.h"
13 #include "components/prefs/pref_change_registrar.h"
14 #include "components/proxy_config/pref_proxy_config_tracker.h" 14 #include "components/proxy_config/pref_proxy_config_tracker.h"
15 #include "components/proxy_config/proxy_config_dictionary.h" 15 #include "components/proxy_config/proxy_config_dictionary.h"
16 #include "net/proxy/proxy_config.h" 16 #include "net/proxy/proxy_config.h"
17 #include "net/proxy/proxy_config_service.h" 17 #include "net/proxy/proxy_config_service.h"
18 18
19 class PrefService; 19 class PrefService;
20 class PrefRegistrySimple; 20 class PrefRegistrySimple;
21 21
22 namespace base { 22 namespace base {
23 class SingleThreadTaskRunner; 23 class SingleThreadTaskRunner;
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 PrefChangeRegistrar proxy_prefs_; 169 PrefChangeRegistrar proxy_prefs_;
170 170
171 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; 171 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
172 172
173 base::ThreadChecker thread_checker_; 173 base::ThreadChecker thread_checker_;
174 174
175 DISALLOW_COPY_AND_ASSIGN(PrefProxyConfigTrackerImpl); 175 DISALLOW_COPY_AND_ASSIGN(PrefProxyConfigTrackerImpl);
176 }; 176 };
177 177
178 #endif // COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_IMPL_H_ 178 #endif // COMPONENTS_PROXY_CONFIG_PREF_PROXY_CONFIG_TRACKER_IMPL_H_
OLDNEW
« no previous file with comments | « components/proxy_config/DEPS ('k') | components/proxy_config/pref_proxy_config_tracker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698