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

Unified Diff: chromeos/network/onc_translation_tables.cc

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.cc
diff --git a/chrome/browser/chromeos/network_settings/onc_translation_tables.cc b/chromeos/network/onc_translation_tables.cc
similarity index 84%
rename from chrome/browser/chromeos/network_settings/onc_translation_tables.cc
rename to chromeos/network/onc_translation_tables.cc
index 59633c439e25e2d8778590489fe2f3d219cac8ba..050b31125e1ddc0e16d6d26243a9913947eb3cbc 100644
--- a/chrome/browser/chromeos/network_settings/onc_translation_tables.cc
+++ b/chromeos/network/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_translation_tables.h"
#include <cstddef>
-#include "chrome/browser/chromeos/cros/onc_constants.h"
+#include "chromeos/network/onc_constants.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {

Powered by Google App Engine
This is Rietveld 408576698