| Index: chromeos/network/onc/onc_translation_tables.h
|
| diff --git a/chrome/browser/chromeos/network_settings/onc_translation_tables.h b/chromeos/network/onc/onc_translation_tables.h
|
| similarity index 71%
|
| rename from chrome/browser/chromeos/network_settings/onc_translation_tables.h
|
| rename to chromeos/network/onc/onc_translation_tables.h
|
| index 66594d847abded094dfb1328f1bbf1a53d3dc004..f9b54a8ddeb03d5b16255709575349733bc00c38 100644
|
| --- a/chrome/browser/chromeos/network_settings/onc_translation_tables.h
|
| +++ b/chromeos/network/onc/onc_translation_tables.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_TRANSLATION_TABLES_H_
|
| -#define CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_TRANSLATION_TABLES_H_
|
| +#ifndef CHROMEOS_NETWORK_ONC_ONC_TRANSLATION_TABLES_H_
|
| +#define CHROMEOS_NETWORK_ONC_ONC_TRANSLATION_TABLES_H_
|
|
|
| namespace chromeos {
|
| namespace onc {
|
| @@ -21,4 +21,4 @@ extern const StringTranslationEntry kVPNTypeTable[];
|
| } // namespace onc
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_TRANSLATION_TABLES_H_
|
| +#endif // CHROMEOS_NETWORK_ONC_ONC_TRANSLATION_TABLES_H_
|
|
|