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

Issue 3010052: FBTF: Remove unneeded headers from base/ (part 2) (Closed)

Created:
10 years, 4 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews, John Grabowski, amit, cbentzel+watch_chromium.org, fbarchard, Alpha Left Google, Erik does not do reviews, jam, apatrick_chromium, darin-cc_chromium.org, garykac, brettw-cc_chromium.org, tim (not reviewing), ben+cc_chromium.org, Raghu Simha, ncarter (slow), pam+watch_chromium.org, awong, scherkus (not reviewing), Sergey Ulanov, idana, Aaron Boodman, dmac, Paweł Hajdan Jr.
Visibility:
Public.

Description

FBTF: Remove unneeded headers from base/ (part 2) BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55191

Patch Set 1 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -48 lines) Patch
M base/logging_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/simple_thread.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/sync_socket_posix.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/sync_socket_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/trace_event_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/aeropeek_manager.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/aeropeek_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_child_process_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/browser_shutdown.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/configuration_policy_provider_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/file_watcher_inotify.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/geolocation/geolocation_browsertest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/js_modal_dialog.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/js_modal_dialog_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/net/resolve_proxy_msg_helper_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/audio_renderer_host.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/audio_renderer_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/audio_renderer_host_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/all_status.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/engine/auth_watcher.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/database_model_worker.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/database_model_worker.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/glue/ui_model_worker.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/ui_model_worker_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/sync/syncable/directory_manager.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/render_view_host_delegate_helper.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/deprecated/event_sys-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/gpu/gpu_channel.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/renderer/media/audio_renderer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/render_thread_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/automation/extension_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome_frame/urlmon_url_request.h View 1 chunk +0 lines, -1 line 0 comments Download
M ipc/ipc_logging.h View 1 chunk +0 lines, -1 line 0 comments Download
M ipc/ipc_logging.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M ipc/ipc_sync_message_filter.h View 1 chunk +4 lines, -1 line 0 comments Download
M ipc/ipc_sync_message_filter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/base/mock_filter_host.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/mock_reader.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/pipeline_impl_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/omx_video_decoder.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/hresolv/hresolv.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/url_request/url_request_file_job.cc View 2 chunks +5 lines, -1 line 0 comments Download
M net/url_request/url_request_unittest.h View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/jingle_glue/jingle_client.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Lei Zhang
10 years, 4 months ago (2010-08-05 18:50:55 UTC) #1
Elliot Glaysher
10 years, 4 months ago (2010-08-05 22:25:58 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698