Index: components/wifi_sync/wifi_config_delegate_chromeos.h |
diff --git a/components/wifi_sync/wifi_config_delegate_chromeos.h b/components/wifi_sync/wifi_config_delegate_chromeos.h |
index 94f91d76908ea6daf55a45a8f905e8d7e00c8094..0d2a7f9f8f528724c7e1020f3b7c99766c2544c7 100644 |
--- a/components/wifi_sync/wifi_config_delegate_chromeos.h |
+++ b/components/wifi_sync/wifi_config_delegate_chromeos.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "base/macros.h" |
+#include "base/memory/scoped_ptr.h" |
#include "components/wifi_sync/wifi_config_delegate.h" |
namespace chromeos { |
@@ -22,7 +23,7 @@ class WifiConfigDelegateChromeOs : public WifiConfigDelegate { |
// Constructs a delegate, which is responsible for applying changes |
// to the local network configuration. Any changes made by this |
// delegate will be applied to the Shill profile that corresponds to |
- // |user_hash|. The caller must ensure that the |
+ // |user_hash|. The caller must ensure that |
// |managed_net_config_handler| outlives the delegate. |
WifiConfigDelegateChromeOs( |
const std::string& user_hash, |