Index: chrome/utility/networking_private_handler.h |
diff --git a/chrome/utility/networking_private_handler.h b/chrome/utility/networking_private_handler.h |
index 936855a2034ab8af9078432c703e23a16e4d3238..6c853b57b6007f6772ced9aafb18ceeacb9e4aa6 100644 |
--- a/chrome/utility/networking_private_handler.h |
+++ b/chrome/utility/networking_private_handler.h |
@@ -65,7 +65,7 @@ class NetworkingPrivateHandler : public UtilityMessageHandler { |
// Callback from |WiFiService| to report set properties success back to |
// browser process. |
void WiFiSetPropertiesSucceeded(int message_id, |
- const std::string& network_guid); |
+ const std::string& network_guid); |
// Start connect to network identified by |network_guid|. Does not wait for |
// connect to succeed. If another network is connected, it will be remembered |