diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 23:20:46 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 23:20:46 +0000 |
commit | bd1d148d3f4888f715c2c9995d78b9294c35084b (patch) | |
tree | 1b52a161163b020244e2b1e398847d2275070635 | |
parent | 9d806f57abc6b55a5decad8b230b1f8c31c692ba (diff) | |
download | chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.zip chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.gz chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.bz2 |
Remove logging.h from cc files that don't use it.
Review URL: http://codereview.chromium.org/42155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11593 0039d316-1c4b-4281-b951-d872f2087c98
66 files changed, 2 insertions, 69 deletions
diff --git a/base/command_line_unittest.cc b/base/command_line_unittest.cc index e43c2fb..0d89d10 100644 --- a/base/command_line_unittest.cc +++ b/base/command_line_unittest.cc @@ -7,7 +7,6 @@ #include "base/command_line.h" #include "base/basictypes.h" -#include "base/logging.h" #include "base/string_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/data_pack_unittest.cc b/base/data_pack_unittest.cc index 1f6b264..71c37e5 100644 --- a/base/data_pack_unittest.cc +++ b/base/data_pack_unittest.cc @@ -5,7 +5,6 @@ #include "base/data_pack.h" #include "base/file_path.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/string_piece.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/directory_watcher_unittest.cc b/base/directory_watcher_unittest.cc index 7280dff..21a6269 100644 --- a/base/directory_watcher_unittest.cc +++ b/base/directory_watcher_unittest.cc @@ -10,7 +10,6 @@ #include "base/file_path.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/message_loop.h" #include "base/path_service.h" #include "base/string_util.h" diff --git a/base/field_trial_unittest.cc b/base/field_trial_unittest.cc index 701dd9c..6c818e5 100644 --- a/base/field_trial_unittest.cc +++ b/base/field_trial_unittest.cc @@ -6,7 +6,6 @@ #include "base/field_trial.h" -#include "base/logging.h" #include "base/string_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/file_util_linux.cc b/base/file_util_linux.cc index 50b774d..d595fe1 100644 --- a/base/file_util_linux.cc +++ b/base/file_util_linux.cc @@ -10,7 +10,6 @@ #include <vector> #include "base/file_path.h" -#include "base/logging.h" #include "base/string_util.h" namespace file_util { diff --git a/base/file_version_info_linux.cc b/base/file_version_info_linux.cc index af9029f..59d425a 100644 --- a/base/file_version_info_linux.cc +++ b/base/file_version_info_linux.cc @@ -6,8 +6,6 @@ #include <string> -#include "base/logging.h" - // TODO(port): This whole file is stubbed. We can't return NULL // because that is used as a catastrophic error code where the file // doesn't exist or can't be opened. diff --git a/base/gfx/rect_unittest.cc b/base/gfx/rect_unittest.cc index 17e2554..31ca6c1 100644 --- a/base/gfx/rect_unittest.cc +++ b/base/gfx/rect_unittest.cc @@ -4,7 +4,6 @@ #include "base/basictypes.h" #include "base/gfx/rect.h" -#include "base/logging.h" #include "testing/gtest/include/gtest/gtest.h" typedef testing::Test RectTest; diff --git a/base/histogram_unittest.cc b/base/histogram_unittest.cc index b54ad7f..3f2ed4c 100644 --- a/base/histogram_unittest.cc +++ b/base/histogram_unittest.cc @@ -5,7 +5,6 @@ // Test of Histogram class #include "base/histogram.h" -#include "base/logging.h" #include "base/string_util.h" #include "base/time.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/path_service_unittest.cc b/base/path_service_unittest.cc index 48269b2..d9eb0a5 100644 --- a/base/path_service_unittest.cc +++ b/base/path_service_unittest.cc @@ -7,7 +7,6 @@ #include "base/basictypes.h" #include "base/file_util.h" #include "base/file_path.h" -#include "base/logging.h" #if defined(OS_WIN) #include "base/win_util.h" #endif diff --git a/base/pickle_unittest.cc b/base/pickle_unittest.cc index 48e04ce..a3fa1eb 100644 --- a/base/pickle_unittest.cc +++ b/base/pickle_unittest.cc @@ -5,7 +5,6 @@ #include <string> #include "base/basictypes.h" -#include "base/logging.h" #include "base/pickle.h" #include "base/scoped_ptr.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/pr_time_unittest.cc b/base/pr_time_unittest.cc index 2ebc724..416094c 100644 --- a/base/pr_time_unittest.cc +++ b/base/pr_time_unittest.cc @@ -4,7 +4,6 @@ #include <time.h> -#include "base/logging.h" #include "base/third_party/nspr/prtime.h" #include "base/time.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/process_posix.cc b/base/process_posix.cc index 83b350f..f5a7821 100644 --- a/base/process_posix.cc +++ b/base/process_posix.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "base/process.h" -#include "base/logging.h" #include "base/process_util.h" namespace base { diff --git a/base/string_util_unittest.cc b/base/string_util_unittest.cc index 9fe449d..9e55c10 100644 --- a/base/string_util_unittest.cc +++ b/base/string_util_unittest.cc @@ -9,7 +9,6 @@ #include <sstream> #include "base/basictypes.h" -#include "base/logging.h" #include "base/string_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/base/system_monitor_posix.cc b/base/system_monitor_posix.cc index 103010f..a4a118c 100644 --- a/base/system_monitor_posix.cc +++ b/base/system_monitor_posix.cc @@ -4,8 +4,6 @@ #include "base/system_monitor.h" -#include "base/logging.h" - namespace base { bool SystemMonitor::IsBatteryPower() { diff --git a/base/tracked_objects_unittest.cc b/base/tracked_objects_unittest.cc index 29827fc..c9674f5 100644 --- a/base/tracked_objects_unittest.cc +++ b/base/tracked_objects_unittest.cc @@ -5,7 +5,6 @@ // Test of classes in the tracked_objects.h classes. #include "base/tracked_objects.h" -#include "base/logging.h" #include "testing/gtest/include/gtest/gtest.h" namespace tracked_objects { diff --git a/base/watchdog_unittest.cc b/base/watchdog_unittest.cc index b0e9457..1bfc09b 100644 --- a/base/watchdog_unittest.cc +++ b/base/watchdog_unittest.cc @@ -4,7 +4,6 @@ // Tests for Watchdog class. -#include "base/logging.h" #include "base/platform_thread.h" #include "base/spin_wait.h" #include "base/time.h" diff --git a/chrome/browser/command_updater_unittest.cc b/chrome/browser/command_updater_unittest.cc index dc5e031..659e3c6 100644 --- a/chrome/browser/command_updater_unittest.cc +++ b/chrome/browser/command_updater_unittest.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "chrome/browser/command_updater.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/download/download_manager_unittest.cc b/chrome/browser/download/download_manager_unittest.cc index 3771030..f942e48 100644 --- a/chrome/browser/download/download_manager_unittest.cc +++ b/chrome/browser/download/download_manager_unittest.cc @@ -4,7 +4,6 @@ #include <string> -#include "base/logging.h" #include "chrome/browser/download/download_manager.h" #include "chrome/browser/download/download_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/download/save_package_unittest.cc b/chrome/browser/download/save_package_unittest.cc index 630d8a0..7e19848 100644 --- a/chrome/browser/download/save_package_unittest.cc +++ b/chrome/browser/download/save_package_unittest.cc @@ -5,7 +5,6 @@ #include <string> #include "base/file_path.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/string_util.h" #include "chrome/browser/download/save_package.h" diff --git a/chrome/browser/extensions/user_script_master.cc b/chrome/browser/extensions/user_script_master.cc index c6ac773..ef2efa9 100644 --- a/chrome/browser/extensions/user_script_master.cc +++ b/chrome/browser/extensions/user_script_master.cc @@ -8,7 +8,6 @@ #include "base/file_path.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/pickle.h" #include "base/string_util.h" diff --git a/chrome/browser/gtk/custom_button.cc b/chrome/browser/gtk/custom_button.cc index 63b5db3..7fdd4cf 100644 --- a/chrome/browser/gtk/custom_button.cc +++ b/chrome/browser/gtk/custom_button.cc @@ -5,7 +5,6 @@ #include "chrome/browser/gtk/custom_button.h" #include "base/basictypes.h" -#include "base/logging.h" #include "chrome/common/resource_bundle.h" #include "chrome/browser/gtk/nine_box.h" diff --git a/chrome/browser/gtk/download_shelf_gtk.cc b/chrome/browser/gtk/download_shelf_gtk.cc index 38c5227..6e3598a 100644 --- a/chrome/browser/gtk/download_shelf_gtk.cc +++ b/chrome/browser/gtk/download_shelf_gtk.cc @@ -5,7 +5,6 @@ #include "chrome/browser/gtk/download_shelf_gtk.h" #include "base/gfx/gtk_util.h" -#include "base/logging.h" #include "chrome/browser/download/download_item_model.h" #include "chrome/browser/gtk/custom_button.h" #include "chrome/browser/gtk/download_item_gtk.h" diff --git a/chrome/browser/history/query_parser_unittest.cc b/chrome/browser/history/query_parser_unittest.cc index d36fb68..5a97fec 100644 --- a/chrome/browser/history/query_parser_unittest.cc +++ b/chrome/browser/history/query_parser_unittest.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "chrome/browser/history/query_parser.h" -#include "base/logging.h" +#include "base/basictypes.h" #include "chrome/common/scoped_vector.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/history/snippet_unittest.cc b/chrome/browser/history/snippet_unittest.cc index 28430a1..cfc935c 100644 --- a/chrome/browser/history/snippet_unittest.cc +++ b/chrome/browser/history/snippet_unittest.cc @@ -6,7 +6,6 @@ #include <algorithm> -#include "base/logging.h" #include "base/string_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/history/visit_tracker.cc b/chrome/browser/history/visit_tracker.cc index cf74169..7c68bd8 100644 --- a/chrome/browser/history/visit_tracker.cc +++ b/chrome/browser/history/visit_tracker.cc @@ -4,8 +4,6 @@ #include "chrome/browser/history/visit_tracker.h" -#include "base/logging.h" - namespace history { // When the list gets longer than 'MaxItems', CleanupTransitionList will resize diff --git a/chrome/browser/net/url_fixer_upper_unittest.cc b/chrome/browser/net/url_fixer_upper_unittest.cc index 4ae9541..ccc111e 100644 --- a/chrome/browser/net/url_fixer_upper_unittest.cc +++ b/chrome/browser/net/url_fixer_upper_unittest.cc @@ -6,7 +6,6 @@ #include "base/basictypes.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/string_util.h" #include "chrome/browser/net/url_fixer_upper.h" diff --git a/chrome/browser/safe_browsing/chunk_range_unittest.cc b/chrome/browser/safe_browsing/chunk_range_unittest.cc index 914e3ec..a31faff 100644 --- a/chrome/browser/safe_browsing/chunk_range_unittest.cc +++ b/chrome/browser/safe_browsing/chunk_range_unittest.cc @@ -4,7 +4,6 @@ // // Test program to convert lists of integers into ranges, and vice versa. -#include "base/logging.h" #include "chunk_range.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/safe_browsing/protocol_parser_unittest.cc b/chrome/browser/safe_browsing/protocol_parser_unittest.cc index 47ea95d..5bff02f 100644 --- a/chrome/browser/safe_browsing/protocol_parser_unittest.cc +++ b/chrome/browser/safe_browsing/protocol_parser_unittest.cc @@ -5,7 +5,6 @@ // Program to test the SafeBrowsing protocol parsing v2.1. #include "base/hash_tables.h" -#include "base/logging.h" #include "base/string_util.h" #include "chrome/browser/safe_browsing/protocol_parser.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/browser/safe_browsing/safe_browsing_util_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_util_unittest.cc index 2c59a66..c53ff17 100644 --- a/chrome/browser/safe_browsing/safe_browsing_util_unittest.cc +++ b/chrome/browser/safe_browsing/safe_browsing_util_unittest.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "base/sha2.h" #include "chrome/browser/safe_browsing/safe_browsing_util.h" #include "googleurl/src/gurl.h" diff --git a/chrome/browser/search_engines/template_url_model_unittest.cc b/chrome/browser/search_engines/template_url_model_unittest.cc index c633a19..d9515fe 100644 --- a/chrome/browser/search_engines/template_url_model_unittest.cc +++ b/chrome/browser/search_engines/template_url_model_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/string_util.h" #include "chrome/browser/search_engines/template_url.h" diff --git a/chrome/browser/worker_host/worker_process_host.cc b/chrome/browser/worker_host/worker_process_host.cc index 3b713fd..8637a12 100644 --- a/chrome/browser/worker_host/worker_process_host.cc +++ b/chrome/browser/worker_host/worker_process_host.cc @@ -6,7 +6,6 @@ #include "base/command_line.h" #include "base/debug_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/process_util.h" #include "chrome/browser/browser_process.h" diff --git a/chrome/common/animation_unittest.cc b/chrome/common/animation_unittest.cc index 450353d..6ca19e4 100644 --- a/chrome/common/animation_unittest.cc +++ b/chrome/common/animation_unittest.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "base/message_loop.h" #include "chrome/common/animation.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/common/bzip2_unittest.cc b/chrome/common/bzip2_unittest.cc index 42d2c16..49fa809 100644 --- a/chrome/common/bzip2_unittest.cc +++ b/chrome/common/bzip2_unittest.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" +#include "base/basictypes.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/bzip2/bzlib.h" diff --git a/chrome/common/chrome_paths_linux.cc b/chrome/common/chrome_paths_linux.cc index 8ffd9e0..d3ce207 100644 --- a/chrome/common/chrome_paths_linux.cc +++ b/chrome/common/chrome_paths_linux.cc @@ -8,7 +8,6 @@ #include <stdlib.h> #include "base/file_path.h" -#include "base/logging.h" #include "base/path_service.h" #include "chrome/third_party/xdg_user_dirs/xdg_user_dir_lookup.h" diff --git a/chrome/common/extensions/user_script_unittest.cc b/chrome/common/extensions/user_script_unittest.cc index 2be936a..6230497 100644 --- a/chrome/common/extensions/user_script_unittest.cc +++ b/chrome/common/extensions/user_script_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "base/file_path.h" -#include "base/logging.h" #include "chrome/common/extensions/user_script.h" #include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/common/gfx/chrome_canvas_skia.cc b/chrome/common/gfx/chrome_canvas_skia.cc index f68b347..b3b64d7 100644 --- a/chrome/common/gfx/chrome_canvas_skia.cc +++ b/chrome/common/gfx/chrome_canvas_skia.cc @@ -7,7 +7,6 @@ #include <limits> #include "base/gfx/rect.h" -#include "base/logging.h" #include "base/sys_string_conversions.h" #include "skia/include/SkShader.h" #include "skia/include/SkPaint.h" diff --git a/chrome/common/gfx/chrome_canvas_win.cc b/chrome/common/gfx/chrome_canvas_win.cc index 376db65..f6db09b 100644 --- a/chrome/common/gfx/chrome_canvas_win.cc +++ b/chrome/common/gfx/chrome_canvas_win.cc @@ -7,7 +7,6 @@ #include <limits> #include "base/gfx/rect.h" -#include "base/logging.h" #include "skia/include/SkShader.h" #include "chrome/common/gfx/chrome_font.h" #include "chrome/common/l10n_util.h" diff --git a/chrome/common/gfx/emf_unittest.cc b/chrome/common/gfx/emf_unittest.cc index f44477a..4a78e9a 100644 --- a/chrome/common/gfx/emf_unittest.cc +++ b/chrome/common/gfx/emf_unittest.cc @@ -9,7 +9,6 @@ #include "base/basictypes.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "chrome/browser/printing/win_printing_context.h" #include "chrome/common/chrome_paths.h" diff --git a/chrome/common/worker_thread_ticker_unittest.cc b/chrome/common/worker_thread_ticker_unittest.cc index c6d4db2..75e8669 100644 --- a/chrome/common/worker_thread_ticker_unittest.cc +++ b/chrome/common/worker_thread_ticker_unittest.cc @@ -4,7 +4,6 @@ #include "chrome/common/worker_thread_ticker.h" -#include "base/logging.h" #include "base/message_loop.h" #include "base/platform_thread.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/installer/util/create_reg_key_work_item_unittest.cc b/chrome/installer/util/create_reg_key_work_item_unittest.cc index 21280b9..2029b5b 100644 --- a/chrome/installer/util/create_reg_key_work_item_unittest.cc +++ b/chrome/installer/util/create_reg_key_work_item_unittest.cc @@ -5,7 +5,6 @@ #include <windows.h> #include "base/file_util.h" -#include "base/logging.h" #include "base/registry.h" #include "base/scoped_ptr.h" #include "base/string_util.h" diff --git a/chrome/installer/util/delete_reg_value_work_item_unittest.cc b/chrome/installer/util/delete_reg_value_work_item_unittest.cc index a5c05b6..c9d5783 100644 --- a/chrome/installer/util/delete_reg_value_work_item_unittest.cc +++ b/chrome/installer/util/delete_reg_value_work_item_unittest.cc @@ -5,7 +5,6 @@ #include <windows.h> #include "base/file_util.h" -#include "base/logging.h" #include "base/registry.h" #include "base/scoped_ptr.h" #include "base/string_util.h" diff --git a/chrome/installer/util/helper_unittest.cc b/chrome/installer/util/helper_unittest.cc index 7692284..7f34d3a 100644 --- a/chrome/installer/util/helper_unittest.cc +++ b/chrome/installer/util/helper_unittest.cc @@ -9,7 +9,6 @@ #include "base/base_paths.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/process_util.h" #include "base/scoped_ptr.h" diff --git a/chrome/installer/util/lzma_util.cc b/chrome/installer/util/lzma_util.cc index 18eced3..3e931ce 100644 --- a/chrome/installer/util/lzma_util.cc +++ b/chrome/installer/util/lzma_util.cc @@ -5,7 +5,6 @@ #include "chrome/installer/util/lzma_util.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/string_util.h" extern "C" { diff --git a/chrome/installer/util/move_tree_work_item_unittest.cc b/chrome/installer/util/move_tree_work_item_unittest.cc index 642b2a2..39f823e 100644 --- a/chrome/installer/util/move_tree_work_item_unittest.cc +++ b/chrome/installer/util/move_tree_work_item_unittest.cc @@ -9,7 +9,6 @@ #include "base/base_paths.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/process_util.h" #include "base/scoped_ptr.h" diff --git a/chrome/installer/util/set_reg_value_work_item_unittest.cc b/chrome/installer/util/set_reg_value_work_item_unittest.cc index dc74ed3..7e347e2 100644 --- a/chrome/installer/util/set_reg_value_work_item_unittest.cc +++ b/chrome/installer/util/set_reg_value_work_item_unittest.cc @@ -5,7 +5,6 @@ #include <windows.h> #include "base/file_util.h" -#include "base/logging.h" #include "base/registry.h" #include "base/scoped_ptr.h" #include "base/string_util.h" diff --git a/chrome/installer/util/work_item_list_unittest.cc b/chrome/installer/util/work_item_list_unittest.cc index 41d9918..c96477c 100644 --- a/chrome/installer/util/work_item_list_unittest.cc +++ b/chrome/installer/util/work_item_list_unittest.cc @@ -6,7 +6,6 @@ #include "base/base_paths.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "base/registry.h" #include "base/scoped_ptr.h" diff --git a/chrome/renderer/mock_render_thread.cc b/chrome/renderer/mock_render_thread.cc index 8bf07aa..9e71a53 100644 --- a/chrome/renderer/mock_render_thread.cc +++ b/chrome/renderer/mock_render_thread.cc @@ -4,7 +4,6 @@ #include "chrome/renderer/mock_render_thread.h" -#include "base/logging.h" #include "chrome/common/ipc_message_utils.h" #include "chrome/common/render_messages.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/views/root_view_drop_target.cc b/chrome/views/root_view_drop_target.cc index 83e301f..ee9a365 100644 --- a/chrome/views/root_view_drop_target.cc +++ b/chrome/views/root_view_drop_target.cc @@ -5,7 +5,6 @@ #include "chrome/views/root_view_drop_target.h" #include "base/gfx/point.h" -#include "base/logging.h" #include "chrome/common/drag_drop_types.h" #include "chrome/views/root_view.h" #include "chrome/views/widget.h" diff --git a/chrome/views/separator.cc b/chrome/views/separator.cc index bff5ff6..dae8e65 100644 --- a/chrome/views/separator.cc +++ b/chrome/views/separator.cc @@ -4,7 +4,6 @@ #include "chrome/views/separator.h" -#include "base/logging.h" #include "chrome/views/hwnd_view.h" namespace views { diff --git a/media/audio/win/audio_output_win_unittest.cc b/media/audio/win/audio_output_win_unittest.cc index fbf6ba4..d0db853 100644 --- a/media/audio/win/audio_output_win_unittest.cc +++ b/media/audio/win/audio_output_win_unittest.cc @@ -5,7 +5,6 @@ #include <windows.h> #include "base/basictypes.h" -#include "base/logging.h" #include "media/audio/audio_output.h" #include "media/audio/simple_sources.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/media/base/synchronizer.cc b/media/base/synchronizer.cc index a8caffa..abeb8ad 100644 --- a/media/base/synchronizer.cc +++ b/media/base/synchronizer.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "media/base/synchronizer.h" namespace media { diff --git a/net/base/bzip2_filter.cc b/net/base/bzip2_filter.cc index 5afc897..ac6aa11 100644 --- a/net/base/bzip2_filter.cc +++ b/net/base/bzip2_filter.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "net/base/bzip2_filter.h" BZip2Filter::BZip2Filter(const FilterContext& filter_context) diff --git a/net/base/escape_unittest.cc b/net/base/escape_unittest.cc index cb80e37..c1bcbd3 100644 --- a/net/base/escape_unittest.cc +++ b/net/base/escape_unittest.cc @@ -7,7 +7,6 @@ #include "net/base/escape.h" #include "base/basictypes.h" -#include "base/logging.h" #include "base/string_util.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/net/base/net_util_unittest.cc b/net/base/net_util_unittest.cc index 87a8889b..4469283 100644 --- a/net/base/net_util_unittest.cc +++ b/net/base/net_util_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "base/basictypes.h" -#include "base/logging.h" #include "base/string_util.h" #include "base/time.h" #include "googleurl/src/gurl.h" diff --git a/sandbox/src/filesystem_dispatcher.cc b/sandbox/src/filesystem_dispatcher.cc index 34fa5df..d97e301 100644 --- a/sandbox/src/filesystem_dispatcher.cc +++ b/sandbox/src/filesystem_dispatcher.cc @@ -4,7 +4,6 @@ #include "sandbox/src/filesystem_dispatcher.h" -#include "base/logging.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/filesystem_interception.h" #include "sandbox/src/filesystem_policy.h" diff --git a/sandbox/src/named_pipe_dispatcher.cc b/sandbox/src/named_pipe_dispatcher.cc index b40e808..73e5424 100644 --- a/sandbox/src/named_pipe_dispatcher.cc +++ b/sandbox/src/named_pipe_dispatcher.cc @@ -5,7 +5,6 @@ #include "sandbox/src/named_pipe_dispatcher.h" #include "base/basictypes.h" -#include "base/logging.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/interception.h" diff --git a/sandbox/src/named_pipe_policy.cc b/sandbox/src/named_pipe_policy.cc index 55a15f9..c08c00a 100644 --- a/sandbox/src/named_pipe_policy.cc +++ b/sandbox/src/named_pipe_policy.cc @@ -6,7 +6,6 @@ #include <string> -#include "base/logging.h" #include "base/scoped_ptr.h" #include "sandbox/src/ipc_tags.h" #include "sandbox/src/policy_engine_opcodes.h" diff --git a/sandbox/src/process_thread_policy.cc b/sandbox/src/process_thread_policy.cc index 08f64fd..3abd043 100644 --- a/sandbox/src/process_thread_policy.cc +++ b/sandbox/src/process_thread_policy.cc @@ -6,7 +6,6 @@ #include <string> -#include "base/logging.h" #include "base/scoped_ptr.h" #include "sandbox/src/ipc_tags.h" #include "sandbox/src/nt_internals.h" diff --git a/sandbox/src/registry_dispatcher.cc b/sandbox/src/registry_dispatcher.cc index 5b1786c..c354256 100644 --- a/sandbox/src/registry_dispatcher.cc +++ b/sandbox/src/registry_dispatcher.cc @@ -4,7 +4,6 @@ #include "sandbox/src/registry_dispatcher.h" -#include "base/logging.h" #include "base/scoped_handle_win.h" #include "base/win_util.h" #include "sandbox/src/crosscall_client.h" diff --git a/sandbox/src/sync_dispatcher.cc b/sandbox/src/sync_dispatcher.cc index 32c83bd..cc9e7b5 100644 --- a/sandbox/src/sync_dispatcher.cc +++ b/sandbox/src/sync_dispatcher.cc @@ -4,7 +4,6 @@ #include "sandbox/src/sync_dispatcher.h" -#include "base/logging.h" #include "sandbox/src/crosscall_client.h" #include "sandbox/src/interception.h" #include "sandbox/src/ipc_tags.h" diff --git a/sandbox/src/target_process.cc b/sandbox/src/target_process.cc index ba15e56..2d039d9 100644 --- a/sandbox/src/target_process.cc +++ b/sandbox/src/target_process.cc @@ -5,7 +5,6 @@ #include "sandbox/src/target_process.h" #include "base/basictypes.h" -#include "base/logging.h" #include "base/scoped_ptr.h" #include "sandbox/src/crosscall_server.h" #include "sandbox/src/crosscall_client.h" diff --git a/sandbox/src/win2k_threadpool.cc b/sandbox/src/win2k_threadpool.cc index 88801a0..2e2ffe6 100644 --- a/sandbox/src/win2k_threadpool.cc +++ b/sandbox/src/win2k_threadpool.cc @@ -4,7 +4,6 @@ #include "sandbox/src/win2k_threadpool.h" -#include "base/logging.h" #include "sandbox/src/win_utils.h" namespace sandbox { diff --git a/webkit/default_plugin/default_plugin.cc b/webkit/default_plugin/default_plugin.cc index 0415c8a..caa1081 100644 --- a/webkit/default_plugin/default_plugin.cc +++ b/webkit/default_plugin/default_plugin.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "webkit/default_plugin/plugin_main.h" extern "C" { diff --git a/webkit/glue/plugins/plugin_list_linux.cc b/webkit/glue/plugins/plugin_list_linux.cc index 6bfe19b..89d94fa 100644 --- a/webkit/glue/plugins/plugin_list_linux.cc +++ b/webkit/glue/plugins/plugin_list_linux.cc @@ -7,7 +7,6 @@ #include "webkit/glue/plugins/plugin_list.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" namespace NPAPI { diff --git a/webkit/tools/test_shell/plugin_tests.cc b/webkit/tools/test_shell/plugin_tests.cc index 9f17521..f25c83c 100644 --- a/webkit/tools/test_shell/plugin_tests.cc +++ b/webkit/tools/test_shell/plugin_tests.cc @@ -5,7 +5,6 @@ #include <string> #include "base/file_util.h" -#include "base/logging.h" #include "base/message_loop.h" #include "base/scoped_ptr.h" #include "base/string_util.h" diff --git a/webkit/tools/test_shell/webview_host_gtk.cc b/webkit/tools/test_shell/webview_host_gtk.cc index d15c152..a116c4a 100644 --- a/webkit/tools/test_shell/webview_host_gtk.cc +++ b/webkit/tools/test_shell/webview_host_gtk.cc @@ -8,7 +8,6 @@ #include "base/gfx/rect.h" #include "base/gfx/size.h" -#include "base/logging.h" #include "skia/ext/platform_canvas.h" #include "webkit/glue/webinputevent.h" #include "webkit/glue/webview.h" |