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

Unified Diff: chromeos/network/onc_normalizer.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_normalizer.cc
diff --git a/chrome/browser/chromeos/network_settings/onc_normalizer.cc b/chromeos/network/onc_normalizer.cc
similarity index 94%
rename from chrome/browser/chromeos/network_settings/onc_normalizer.cc
rename to chromeos/network/onc_normalizer.cc
index e13a1fb814b2cdc1d69d792fc116487af09cb754..bfc8cc9cba846099a40b2a10b1defe42d0248296 100644
--- a/chrome/browser/chromeos/network_settings/onc_normalizer.cc
+++ b/chromeos/network/onc_normalizer.cc
@@ -2,14 +2,14 @@
// 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_normalizer.h"
+#include "chromeos/network/onc_normalizer.h"
#include <string>
#include "base/logging.h"
#include "base/values.h"
-#include "chrome/browser/chromeos/cros/onc_constants.h"
-#include "chrome/browser/chromeos/network_settings/onc_signature.h"
+#include "chromeos/network/onc_constants.h"
+#include "chromeos/network/onc_signature.h"
namespace chromeos {
namespace onc {

Powered by Google App Engine
This is Rietveld 408576698