Index: chromeos/network/network_util.h |
diff --git a/chromeos/network/network_util.h b/chromeos/network/network_util.h |
index 8a18ab382406b75e33d41dc151f458df5326bb61..7c952383a593ac17dce63ffe6d9c81dff959dbf6 100644 |
--- a/chromeos/network/network_util.h |
+++ b/chromeos/network/network_util.h |
@@ -77,7 +77,7 @@ CHROMEOS_EXPORT int32 NetmaskToPrefixLength(const std::string& netmask); |
// CellularScanResult in |scan_results|. Returns false if parsing fails, |
// in which case the contents of |scan_results| will be undefined. |
CHROMEOS_EXPORT bool ParseCellularScanResults( |
- const ListValue& list, std::vector<CellularScanResult>* scan_results); |
+ const base::ListValue& list, std::vector<CellularScanResult>* scan_results); |
} // namespace network_util |
} // namespace chromeos |