| Index: remoting/host/usage_stats_consent_win.cc
|
| ===================================================================
|
| --- remoting/host/usage_stats_consent_win.cc (revision 158399)
|
| +++ remoting/host/usage_stats_consent_win.cc (working copy)
|
| @@ -10,7 +10,7 @@
|
| #include "base/logging.h"
|
| #include "base/stringprintf.h"
|
| #include "base/win/registry.h"
|
| -#include "remoting/host/win/omaha.h"
|
| +#include "remoting/host/constants.h"
|
|
|
| namespace {
|
|
|
| @@ -42,7 +42,7 @@
|
| namespace remoting {
|
|
|
| bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) {
|
| - // TODO(alexeypa): report whether the consent is set by policy once
|
| + // TODO(alexeypa): report whether the consent is set by pollicy once
|
| // supported.
|
| *set_by_policy = false;
|
|
|
|
|