| OLD | NEW |
| 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 #include "chrome/browser/chromeos/cros/onc_constants.h" | 5 #include "chromeos/network/onc_constants.h" |
| 6 | 6 |
| 7 namespace chromeos { | 7 namespace chromeos { |
| 8 | 8 |
| 9 // Constants for ONC properties. | 9 // Constants for ONC properties. |
| 10 namespace onc { | 10 namespace onc { |
| 11 | 11 |
| 12 // Top Level ONC | 12 // Top Level ONC |
| 13 const char kCertificates[] = "Certificates"; | 13 const char kCertificates[] = "Certificates"; |
| 14 const char kNetworkConfigurations[] = "NetworkConfigurations"; | 14 const char kNetworkConfigurations[] = "NetworkConfigurations"; |
| 15 | 15 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 } // namespace proxy | 178 } // namespace proxy |
| 179 | 179 |
| 180 namespace substitutes { | 180 namespace substitutes { |
| 181 const char kLoginIDField[] = "${LOGIN_ID}"; | 181 const char kLoginIDField[] = "${LOGIN_ID}"; |
| 182 const char kEmailField[] = "${LOGIN_EMAIL}"; | 182 const char kEmailField[] = "${LOGIN_EMAIL}"; |
| 183 } // namespace substitutes | 183 } // namespace substitutes |
| 184 | 184 |
| 185 } // namespace onc | 185 } // namespace onc |
| 186 | 186 |
| 187 } // namespace chromeos | 187 } // namespace chromeos |
| OLD | NEW |