| Index: chromeos/network/onc/onc_translation_tables.cc | 
| diff --git a/chrome/browser/chromeos/network_settings/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc | 
| similarity index 84% | 
| rename from chrome/browser/chromeos/network_settings/onc_translation_tables.cc | 
| rename to chromeos/network/onc/onc_translation_tables.cc | 
| index 59633c439e25e2d8778590489fe2f3d219cac8ba..abe978f5b819a1a33dca7dd29289b2175aea98bc 100644 | 
| --- a/chrome/browser/chromeos/network_settings/onc_translation_tables.cc | 
| +++ b/chromeos/network/onc/onc_translation_tables.cc | 
| @@ -2,11 +2,11 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#include "chrome/browser/chromeos/network_settings/onc_translation_tables.h" | 
| +#include "chromeos/network/onc/onc_translation_tables.h" | 
|  | 
| #include <cstddef> | 
|  | 
| -#include "chrome/browser/chromeos/cros/onc_constants.h" | 
| +#include "chromeos/network/onc/onc_constants.h" | 
| #include "third_party/cros_system_api/dbus/service_constants.h" | 
|  | 
| namespace chromeos { | 
|  |