Index: chromeos/network/onc/onc_test_utils.h |
diff --git a/chromeos/network/onc/onc_test_utils.h b/chromeos/network/onc/onc_test_utils.h |
index bc0d80e81890ecec061b863d2a04011f6648141b..85e912d6f7864504f3145554180068fb9bdc1a0a 100644 |
--- a/chromeos/network/onc/onc_test_utils.h |
+++ b/chromeos/network/onc/onc_test_utils.h |
@@ -18,6 +18,9 @@ namespace chromeos { |
namespace onc { |
namespace test_utils { |
+// Read the file at |filename| as a string. CHECKs if any error occurs. |
+std::string ReadTestData(const std::string& filename); |
+ |
// Read a JSON dictionary from |filename| and return it as a |
// DictionaryValue. CHECKs if any error occurs. |
scoped_ptr<base::DictionaryValue> ReadTestDictionary( |