Commit 6daeaee6 authored by cbentzel@chromium.org's avatar cbentzel@chromium.org

Fix typo in comment about DnsConfigWatcher.

Review URL: https://codereview.chromium.org/135903009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245606 0039d316-1c4b-4281-b951-d872f2087c98
parent 97a712ad
...@@ -37,7 +37,7 @@ const base::FilePath::CharType* kFilePathHosts = ...@@ -37,7 +37,7 @@ const base::FilePath::CharType* kFilePathHosts =
#if defined(OS_IOS) #if defined(OS_IOS)
// There is no plublic API to watch the DNS configuration on iOS. // There is no public API to watch the DNS configuration on iOS.
class DnsConfigWatcher { class DnsConfigWatcher {
public: public:
typedef base::Callback<void(bool succeeded)> CallbackType; typedef base::Callback<void(bool succeeded)> CallbackType;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment