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

Unified Diff: chromeos/network/onc/onc_test_utils.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: fix unit tests Created 8 years 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
« no previous file with comments | « chromeos/network/onc/onc_signature.cc ('k') | chromeos/network/onc/onc_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/onc/onc_test_utils.h
diff --git a/chrome/browser/chromeos/network_settings/onc_test_utils.h b/chromeos/network/onc/onc_test_utils.h
similarity index 83%
rename from chrome/browser/chromeos/network_settings/onc_test_utils.h
rename to chromeos/network/onc/onc_test_utils.h
index 6fc836b94d933e405a4372c5a6649d5aeb54fd46..bc0d80e81890ecec061b863d2a04011f6648141b 100644
--- a/chrome/browser/chromeos/network_settings/onc_test_utils.h
+++ b/chromeos/network/onc/onc_test_utils.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_TEST_UTILS_H_
-#define CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_TEST_UTILS_H_
+#ifndef CHROMEOS_NETWORK_ONC_ONC_TEST_UTILS_H_
+#define CHROMEOS_NETWORK_ONC_ONC_TEST_UTILS_H_
#include <string>
@@ -33,4 +33,4 @@ scoped_ptr<base::DictionaryValue> ReadTestDictionary(
} // namespace onc
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_NETWORK_SETTINGS_ONC_TEST_UTILS_H_
+#endif // CHROMEOS_NETWORK_ONC_ONC_TEST_UTILS_H_
« no previous file with comments | « chromeos/network/onc/onc_signature.cc ('k') | chromeos/network/onc/onc_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698