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

Unified Diff: components/update_client/update_query_params.cc

Issue 2533123002: Fix GN missing headers in //base (Closed)
Patch Set: remove dependency on check_gn_headers Created 3 years, 11 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 | « components/nacl/browser/nacl_process_host.cc ('k') | components/update_client/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_query_params.cc
diff --git a/components/update_client/update_query_params.cc b/components/update_client/update_query_params.cc
index 42c8c91ff526b5d8bb62a572ee7921a8adbd579c..5cd745b1198d7ae0ad408c0407b757a69e13642c 100644
--- a/components/update_client/update_query_params.cc
+++ b/components/update_client/update_query_params.cc
@@ -6,10 +6,13 @@
#include "base/logging.h"
#include "base/strings/stringprintf.h"
-#include "base/win/windows_version.h"
#include "build/build_config.h"
#include "components/update_client/update_query_params_delegate.h"
+#if defined(OS_WIN)
+#include "base/win/windows_version.h"
+#endif
+
namespace update_client {
namespace {
« no previous file with comments | « components/nacl/browser/nacl_process_host.cc ('k') | components/update_client/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698