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

Unified Diff: remoting/host/usage_stats_consent_win.cc

Issue 10913260: Cleanups in Chromoting Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months 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 | « remoting/host/simple_host_process.cc ('k') | remoting/host/win/omaha.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/usage_stats_consent_win.cc
diff --git a/remoting/host/usage_stats_consent_win.cc b/remoting/host/usage_stats_consent_win.cc
index f0d0a1dc5f9a63a26b521ded2e7ffd3362eb4201..fa7345bd6baf3eb3341c69994cfb96aa3aefee60 100644
--- a/remoting/host/usage_stats_consent_win.cc
+++ b/remoting/host/usage_stats_consent_win.cc
@@ -10,7 +10,7 @@
#include "base/logging.h"
#include "base/stringprintf.h"
#include "base/win/registry.h"
-#include "remoting/host/constants.h"
+#include "remoting/host/win/omaha.h"
namespace {
@@ -42,7 +42,7 @@ LONG ReadUsageStatsValue(const wchar_t* state_key, DWORD* usagestats_out) {
namespace remoting {
bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) {
- // TODO(alexeypa): report whether the consent is set by pollicy once
+ // TODO(alexeypa): report whether the consent is set by policy once
// supported.
*set_by_policy = false;
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/host/win/omaha.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698