Commit 6ceef3eb authored by sorin's avatar sorin Committed by Commit bot

Remove update_client dependency on base/ui

BUG=571104

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

Cr-Commit-Position: refs/heads/master@{#366998}
parent e199dc36
...@@ -58,7 +58,6 @@ source_set("update_client") { ...@@ -58,7 +58,6 @@ source_set("update_client") {
"//net", "//net",
"//third_party/libxml", "//third_party/libxml",
"//third_party/zlib:zip", "//third_party/zlib:zip",
"//ui/base",
"//url", "//url",
] ]
} }
......
...@@ -4,7 +4,6 @@ include_rules = [ ...@@ -4,7 +4,6 @@ include_rules = [
"+crypto", "+crypto",
"+libxml", "+libxml",
"+net", "+net",
"+ui/base/win",
"+third_party/libxml", "+third_party/libxml",
"+third_party/zlib", "+third_party/zlib",
] ]
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "base/thread_task_runner_handle.h" #include "base/thread_task_runner_handle.h"
#include "base/win/scoped_co_mem.h" #include "base/win/scoped_co_mem.h"
#include "components/update_client/utils.h" #include "components/update_client/utils.h"
#include "ui/base/win/atl_module.h"
#include "url/gurl.h" #include "url/gurl.h"
using base::win::ScopedCoMem; using base::win::ScopedCoMem;
......
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