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

Unified Diff: chromeos/network/onc_translation_tables.h

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/network/onc_translation_tables.h
diff --git a/chrome/browser/chromeos/network_settings/onc_translation_tables.h b/chromeos/network/onc_translation_tables.h
similarity index 71%
rename from chrome/browser/chromeos/network_settings/onc_translation_tables.h
rename to chromeos/network/onc_translation_tables.h
index 66594d847abded094dfb1328f1bbf1a53d3dc004..3fb7bd23902967ccc672e9cd46ef802244724061 100644
--- a/chrome/browser/chromeos/network_settings/onc_translation_tables.h
+++ b/chromeos/network/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_TRANSLATION_TABLES_H_
+#define CHROMEOS_NETWORK_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_TRANSLATION_TABLES_H_

Powered by Google App Engine
This is Rietveld 408576698