Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 7790a35

Browse files
leizleizCommit bot
authored and
Commit bot
committed
IWYU for base/memory/scoped_vector.h.
List from: git gs base/memory/scoped_vector.h|cut -d: -f 1|uniq|xargs grep -L ScopedVector CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel [email protected] Review URL: https://codereview.chromium.org/1307643003 Cr-Commit-Position: refs/heads/master@{#344925}
1 parent 5ffd27c commit 7790a35

File tree

124 files changed

+25
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+25
-107
lines changed

ash/sticky_keys/sticky_keys_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "ash/test/ash_test_base.h"
99
#include "base/bind.h"
1010
#include "base/callback.h"
11-
#include "base/memory/scoped_vector.h"
1211
#include "ui/aura/window.h"
1312
#include "ui/aura/window_tree_host.h"
1413
#include "ui/events/event_source.h"

ash/system/chromeos/network/network_state_list_detailed_view.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "ash/system/tray/view_click_listener.h"
1212
#include "ash/system/user/login_status.h"
1313
#include "base/memory/scoped_ptr.h"
14-
#include "base/memory/scoped_vector.h"
1514
#include "base/memory/weak_ptr.h"
1615
#include "ui/chromeos/network/network_list_delegate.h"
1716
#include "ui/gfx/image/image.h"

base/callback_internal.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
#include "base/memory/scoped_ptr.h"
1818
#include "base/template_util.h"
1919

20-
template <typename T>
21-
class ScopedVector;
22-
2320
namespace base {
2421
namespace internal {
2522
class CallbackBase;

base/files/file_path_watcher_linux.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "base/memory/scoped_ptr.h"
2929
#include "base/posix/eintr_wrapper.h"
3030
#include "base/single_thread_task_runner.h"
31+
#include "base/stl_util.h"
3132
#include "base/synchronization/lock.h"
3233
#include "base/thread_task_runner_handle.h"
3334
#include "base/threading/thread.h"

base/prefs/json_pref_store.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "base/files/important_file_writer.h"
1616
#include "base/gtest_prod_util.h"
1717
#include "base/memory/scoped_ptr.h"
18-
#include "base/memory/scoped_vector.h"
1918
#include "base/memory/weak_ptr.h"
2019
#include "base/observer_list.h"
2120
#include "base/prefs/base_prefs_export.h"

base/trace_event/trace_buffer.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include "base/trace_event/trace_buffer.h"
66

7+
#include "base/memory/scoped_vector.h"
78
#include "base/trace_event/trace_event_impl.h"
89

910
namespace base {

base/trace_event/trace_event_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "base/containers/hash_tables.h"
1717
#include "base/gtest_prod_util.h"
1818
#include "base/memory/ref_counted_memory.h"
19-
#include "base/memory/scoped_vector.h"
2019
#include "base/observer_list.h"
2120
#include "base/single_thread_task_runner.h"
2221
#include "base/strings/string_util.h"

cc/scheduler/scheduler_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <vector>
99

1010
#include "base/logging.h"
11-
#include "base/memory/scoped_vector.h"
1211
#include "base/message_loop/message_loop.h"
1312
#include "base/numerics/safe_conversions.h"
1413
#include "base/run_loop.h"

chrome/browser/about_flags_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <utility>
99

1010
#include "base/files/file_path.h"
11-
#include "base/memory/scoped_vector.h"
1211
#include "base/path_service.h"
1312
#include "base/prefs/pref_registry_simple.h"
1413
#include "base/prefs/testing_pref_service.h"

chrome/browser/chromeos/drive/directory_loader.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "base/callback.h"
1414
#include "base/memory/ref_counted.h"
1515
#include "base/memory/scoped_ptr.h"
16-
#include "base/memory/scoped_vector.h"
1716
#include "base/observer_list.h"
1817
#include "base/threading/thread_checker.h"
1918
#include "chrome/browser/chromeos/drive/file_system_interface.h"

chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/add_watcher_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/create_directory_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/create_file_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/execute_action_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/move_entry_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/remove_watcher_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/truncate_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/files/file.h"
1111
#include "base/files/file_path.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1514
#include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
1615
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/operations/write_file_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "base/macros.h"
1313
#include "base/memory/ref_counted.h"
1414
#include "base/memory/scoped_ptr.h"
15-
#include "base/memory/scoped_vector.h"
1615
#include "base/values.h"
1716
#include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
1817
#include "chrome/common/extensions/api/file_system_provider.h"

chrome/browser/chromeos/file_system_provider/throttled_file_system_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include "base/files/file.h"
1010
#include "base/memory/scoped_ptr.h"
11-
#include "base/memory/scoped_vector.h"
1211
#include "base/run_loop.h"
1312
#include "chrome/browser/chromeos/file_system_provider/abort_callback.h"
1413
#include "chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h"

chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "base/basictypes.h"
1212
#include "base/callback.h"
1313
#include "base/macros.h"
14-
#include "base/memory/scoped_vector.h"
1514
#include "base/memory/weak_ptr.h"
1615
#include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper.h"
1716
#include "chrome/browser/chromeos/policy/enrollment_config.h"

chrome/browser/extensions/api/gcd_private/gcd_private_api.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "base/location.h"
99
#include "base/memory/linked_ptr.h"
1010
#include "base/memory/scoped_ptr.h"
11-
#include "base/memory/scoped_vector.h"
1211
#include "base/single_thread_task_runner.h"
1312
#include "base/strings/stringprintf.h"
1413
#include "base/thread_task_runner_handle.h"

chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTINGS_PRIVATE_DELEGATE_H_
66
#define CHROME_BROWSER_EXTENSIONS_API_LANGUAGE_SETTINGS_PRIVATE_LANGUAGE_SETTINGS_PRIVATE_DELEGATE_H_
77

8+
#include "base/memory/scoped_vector.h"
89
#include "base/memory/weak_ptr.h"
910
#include "base/prefs/pref_change_registrar.h"
1011
#include "chrome/browser/spellchecker/spellcheck_custom_dictionary.h"

chrome/browser/extensions/api/platform_keys/verify_trust_api.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "base/macros.h"
1111
#include "base/memory/linked_ptr.h"
1212
#include "base/memory/ref_counted.h"
13+
#include "base/stl_util.h"
1314
#include "chrome/browser/extensions/api/platform_keys/platform_keys_api.h"
1415
#include "chrome/common/extensions/api/platform_keys_internal.h"
1516
#include "extensions/browser/extension_registry_factory.h"

chrome/browser/extensions/extension_system_impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_SYSTEM_IMPL_H_
66
#define CHROME_BROWSER_EXTENSIONS_EXTENSION_SYSTEM_IMPL_H_
77

8-
#include "base/memory/scoped_vector.h"
98
#include "extensions/browser/extension_system.h"
109
#include "extensions/common/one_shot_event.h"
1110

chrome/browser/extensions/menu_manager_unittest.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include "base/files/scoped_temp_dir.h"
88
#include "base/json/json_reader.h"
99
#include "base/memory/scoped_ptr.h"
10-
#include "base/memory/scoped_vector.h"
1110
#include "base/prefs/pref_service.h"
1211
#include "base/strings/utf_string_conversions.h"
1312
#include "base/values.h"

chrome/browser/extensions/test_extension_system.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#define CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SYSTEM_H_
77

88
#include "base/memory/scoped_ptr.h"
9-
#include "base/memory/scoped_vector.h"
109
#include "extensions/browser/extension_system.h"
1110
#include "extensions/common/one_shot_event.h"
1211

chrome/browser/history/android/android_provider_backend.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "base/gtest_prod_util.h"
1414
#include "base/memory/ref_counted.h"
1515
#include "base/memory/scoped_ptr.h"
16-
#include "base/memory/scoped_vector.h"
1716
#include "base/supports_user_data.h"
1817
#include "components/history/core/browser/android/android_cache_database.h"
1918
#include "components/history/core/browser/android/android_history_types.h"

chrome/browser/media/router/media_router.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <vector>
1010

1111
#include "base/callback.h"
12+
#include "base/memory/scoped_vector.h"
1213
#include "chrome/browser/media/router/issue.h"
1314
#include "chrome/browser/media/router/media_route.h"
1415
#include "chrome/browser/media/router/media_sink.h"

chrome/browser/password_manager/password_store_win.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_WIN_H_
77

88
#include "base/memory/scoped_ptr.h"
9-
#include "base/memory/scoped_vector.h"
109
#include "components/password_manager/core/browser/password_store_default.h"
1110

1211
class PasswordWebDataService;

chrome/browser/prerender/prerender_contents.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <vector>
1111

1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "base/memory/weak_ptr.h"
1514
#include "base/observer_list.h"
1615
#include "base/time/time.h"

chrome/browser/supervised_user/supervised_user_service.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "base/callback.h"
1313
#include "base/gtest_prod_util.h"
1414
#include "base/memory/scoped_ptr.h"
15+
#include "base/memory/scoped_vector.h"
1516
#include "base/observer_list.h"
1617
#include "base/prefs/pref_change_registrar.h"
1718
#include "base/scoped_observer.h"

chrome/browser/supervised_user/supervised_user_site_list.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "base/files/file_path.h"
1313
#include "base/memory/ref_counted.h"
1414
#include "base/memory/scoped_ptr.h"
15-
#include "base/memory/scoped_vector.h"
1615
#include "base/time/time.h"
1716

1817
class Profile;

chrome/browser/supervised_user/supervised_user_whitelist_service.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#include "base/macros.h"
1313
#include "base/memory/scoped_ptr.h"
14-
#include "base/memory/scoped_vector.h"
1514
#include "base/memory/weak_ptr.h"
1615
#include "base/time/time.h"
1716
#include "chrome/browser/supervised_user/supervised_users.h"

chrome/browser/sync/glue/synced_session_tracker.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <vector>
1212

1313
#include "base/basictypes.h"
14-
#include "base/memory/scoped_vector.h"
1514
#include "components/sessions/session_id.h"
1615
#include "components/sessions/session_types.h"
1716
#include "components/sync_driver/glue/synced_session.h"

chrome/browser/sync/profile_sync_service.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "base/location.h"
1717
#include "base/memory/memory_pressure_listener.h"
1818
#include "base/memory/scoped_ptr.h"
19-
#include "base/memory/scoped_vector.h"
2019
#include "base/memory/weak_ptr.h"
2120
#include "base/observer_list.h"
2221
#include "base/strings/string16.h"

chrome/browser/sync/sessions/sessions_sync_manager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
#include "base/basictypes.h"
1414
#include "base/gtest_prod_util.h"
15-
#include "base/memory/scoped_vector.h"
1615
#include "base/memory/weak_ptr.h"
1716
#include "base/time/time.h"
1817
#include "chrome/browser/sync/glue/favicon_cache.h"

chrome/browser/sync/test/integration/multiple_client_sessions_sync_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// found in the LICENSE file.
44

55
#include "base/guid.h"
6-
#include "base/memory/scoped_vector.h"
76
#include "base/strings/stringprintf.h"
87
#include "chrome/browser/sessions/session_service.h"
98
#include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"

chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// found in the LICENSE file.
44

55
#include "base/i18n/number_formatting.h"
6-
#include "base/memory/scoped_vector.h"
76
#include "base/strings/utf_string_conversions.h"
87
#include "chrome/browser/sessions/session_service.h"
98
#include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"

chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#include "base/memory/scoped_vector.h"
65
#include "chrome/browser/sessions/session_service.h"
76
#include "chrome/browser/sync/profile_sync_service.h"
87
#include "chrome/browser/sync/test/integration/sessions_helper.h"

chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#include "base/memory/scoped_vector.h"
65
#include "chrome/browser/sessions/session_service.h"
76
#include "chrome/browser/sync/profile_sync_service.h"
87
#include "chrome/browser/sync/test/integration/sync_integration_test_util.h"

chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// found in the LICENSE file.
44

55
#include "base/guid.h"
6-
#include "base/memory/scoped_vector.h"
76
#include "base/strings/stringprintf.h"
87
#include "chrome/browser/sessions/session_service.h"
98
#include "chrome/browser/sync/test/integration/passwords_helper.h"

chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#include "base/guid.h"
66
#include "base/i18n/number_formatting.h"
7-
#include "base/memory/scoped_vector.h"
87
#include "base/strings/stringprintf.h"
98
#include "base/strings/utf_string_conversions.h"
109
#include "chrome/browser/sessions/session_service.h"

chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "chrome/browser/sync_file_system/drive_backend/drive_backend_util.h"
66

77
#include "base/logging.h"
8-
#include "base/memory/scoped_vector.h"
98
#include "base/strings/string_number_conversions.h"
109
#include "base/strings/string_util.h"
1110
#include "base/threading/thread_restrictions.h"

chrome/browser/sync_file_system/drive_backend/drive_backend_util.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "base/bind.h"
1111
#include "base/callback.h"
1212
#include "base/memory/scoped_ptr.h"
13-
#include "base/memory/scoped_vector.h"
1413
#include "chrome/browser/sync_file_system/drive_backend/metadata_database.pb.h"
1514
#include "chrome/browser/sync_file_system/sync_status_code.h"
1615
#include "google_apis/drive/drive_api_error_codes.h"

chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <string>
99

1010
#include "base/memory/scoped_ptr.h"
11-
#include "base/memory/scoped_vector.h"
1211
#include "base/memory/weak_ptr.h"
1312
#include "chrome/browser/sync_file_system/drive_backend/sync_task.h"
1413
#include "chrome/browser/sync_file_system/file_change.h"

chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include "base/format_macros.h"
88
#include "base/logging.h"
9+
#include "base/stl_util.h"
910
#include "base/strings/string_number_conversions.h"
1011
#include "base/strings/string_util.h"
1112
#include "chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h"

0 commit comments

Comments
 (0)