diff options
-rw-r--r-- | chrome/browser/browser_shutdown.cc | 1 | ||||
-rw-r--r-- | chrome/browser/renderer_host/render_widget_host_view_win.cc | 1 | ||||
-rw-r--r-- | chrome/browser/task_manager_resource_providers.cc | 1 | ||||
-rw-r--r-- | net/http/http_network_transaction.cc | 1 | ||||
-rw-r--r-- | net/proxy/mock_proxy_resolver.h | 1 | ||||
-rw-r--r-- | net/proxy/proxy_service.h | 2 |
6 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc index c762cc2..7849aa4 100644 --- a/chrome/browser/browser_shutdown.cc +++ b/chrome/browser/browser_shutdown.cc @@ -10,6 +10,7 @@ #include "base/histogram.h" #include "base/path_service.h" #include "base/string_util.h" +#include "base/thread.h" #include "base/time.h" #include "base/waitable_event.h" #include "chrome/browser/browser_process.h" diff --git a/chrome/browser/renderer_host/render_widget_host_view_win.cc b/chrome/browser/renderer_host/render_widget_host_view_win.cc index 554574e..d4d51bb 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_win.cc +++ b/chrome/browser/renderer_host/render_widget_host_view_win.cc @@ -12,6 +12,7 @@ #include "base/gfx/gdi_util.h" #include "base/gfx/rect.h" #include "base/histogram.h" +#include "base/thread.h" #include "base/win_util.h" #include "chrome/browser/browser_accessibility_manager.h" #include "chrome/browser/browser_process.h" diff --git a/chrome/browser/task_manager_resource_providers.cc b/chrome/browser/task_manager_resource_providers.cc index 8a9713b..7c51b2e 100644 --- a/chrome/browser/task_manager_resource_providers.cc +++ b/chrome/browser/task_manager_resource_providers.cc @@ -21,6 +21,7 @@ #include "base/process_util.h" #include "base/stl_util-inl.h" #include "base/string_util.h" +#include "base/thread.h" #include "chrome/app/chrome_dll_resource.h" #include "chrome/browser/browser_process.h" #include "chrome/browser/browser_list.h" diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc index 631fe00..19bf2e2 100644 --- a/net/http/http_network_transaction.cc +++ b/net/http/http_network_transaction.cc @@ -7,6 +7,7 @@ #include "base/scoped_ptr.h" #include "base/compiler_specific.h" #include "base/field_trial.h" +#include "base/histogram.h" #include "base/string_util.h" #include "base/trace_event.h" #include "build/build_config.h" diff --git a/net/proxy/mock_proxy_resolver.h b/net/proxy/mock_proxy_resolver.h index 0b1e8a5..47a557c 100644 --- a/net/proxy/mock_proxy_resolver.h +++ b/net/proxy/mock_proxy_resolver.h @@ -8,6 +8,7 @@ #include <vector> #include "base/logging.h" +#include "base/message_loop.h" #include "googleurl/src/gurl.h" #include "net/base/net_errors.h" #include "net/proxy/proxy_resolver.h" diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h index 481aa41..0ac3261 100644 --- a/net/proxy/proxy_service.h +++ b/net/proxy/proxy_service.h @@ -10,8 +10,6 @@ #include "base/ref_counted.h" #include "base/scoped_ptr.h" -// TODO(eroman): remove this unused header; other callers are depending on it! -#include "base/thread.h" #include "base/waitable_event.h" #include "net/base/completion_callback.h" #include "net/proxy/proxy_server.h" |