Index: chrome/browser/chromeos/webui/internet_options_handler.h |
=================================================================== |
--- chrome/browser/chromeos/webui/internet_options_handler.h (revision 75135) |
+++ chrome/browser/chromeos/webui/internet_options_handler.h (working copy) |
@@ -81,11 +81,10 @@ |
// an overlay to be displayed in the UI. |
void PopulateDictionaryDetails(const chromeos::Network* net, |
chromeos::NetworkLibrary* cros); |
- void PopulateWifiDetails(DictionaryValue* dictionary, |
- const chromeos::WifiNetwork* wifi); |
- void PopulateCellularDetails(DictionaryValue* dictionary, |
- const chromeos::CellularNetwork* |
- cellular); |
+ void PopulateWifiDetails(const chromeos::WifiNetwork* wifi, |
+ DictionaryValue* dictionary); |
+ void PopulateCellularDetails(const chromeos::CellularNetwork* cellular, |
+ DictionaryValue* dictionary); |
// Converts CellularDataPlan structure into dictionary for JS. Formats plan |
// settings into human readable texts. |