| OLD | NEW |
| 1 // TODO(sqs): add httpsv to all chromeos/ stuff |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 3 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 4 // found in the LICENSE file. |
| 4 | 5 |
| 5 #ifndef CHROME_BROWSER_CHROMEOS_PROXY_CONFIG_SERVICE_IMPL_H_ | 6 #ifndef CHROME_BROWSER_CHROMEOS_PROXY_CONFIG_SERVICE_IMPL_H_ |
| 6 #define CHROME_BROWSER_CHROMEOS_PROXY_CONFIG_SERVICE_IMPL_H_ | 7 #define CHROME_BROWSER_CHROMEOS_PROXY_CONFIG_SERVICE_IMPL_H_ |
| 7 #pragma once | 8 #pragma once |
| 8 | 9 |
| 9 #include <string> | 10 #include <string> |
| 10 #include <vector> | 11 #include <vector> |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 // respectively. | 261 // respectively. |
| 261 scoped_refptr<SignedSettings> retrieve_property_op_; | 262 scoped_refptr<SignedSettings> retrieve_property_op_; |
| 262 scoped_refptr<SignedSettings> store_property_op_; | 263 scoped_refptr<SignedSettings> store_property_op_; |
| 263 | 264 |
| 264 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceImpl); | 265 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceImpl); |
| 265 }; | 266 }; |
| 266 | 267 |
| 267 } // namespace chromeos | 268 } // namespace chromeos |
| 268 | 269 |
| 269 #endif // CHROME_BROWSER_CHROMEOS_PROXY_CONFIG_SERVICE_IMPL_H_ | 270 #endif // CHROME_BROWSER_CHROMEOS_PROXY_CONFIG_SERVICE_IMPL_H_ |
| OLD | NEW |