Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: components/wifi_sync/wifi_config_delegate_chromeos.h

Issue 1426393003: NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@submit-4.5-split-wcss
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/wifi_sync/wifi_config_delegate.h ('k') | components/wifi_sync/wifi_config_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « components/wifi_sync/wifi_config_delegate.h ('k') | components/wifi_sync/wifi_config_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698