| Index: chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc
|
| diff --git a/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc b/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc
|
| index c9ae68c67ece6c940cad81de9fe7119064bacffa..1ee8e0f13c37d73d5b2c70857e46576523aa3e0f 100644
|
| --- a/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc
|
| +++ b/chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc
|
| @@ -10,11 +10,11 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "components/sync/api/attachments/attachment_id.h"
|
| +#include "components/sync/core/attachments/attachment_service_proxy_for_test.h"
|
| +#include "components/sync/protocol/session_specifics.pb.h"
|
| #include "components/sync_sessions/open_tabs_ui_delegate.h"
|
| #include "components/sync_sessions/sessions_sync_manager.h"
|
| -#include "sync/api/attachments/attachment_id.h"
|
| -#include "sync/internal_api/public/attachments/attachment_service_proxy_for_test.h"
|
| -#include "sync/protocol/session_specifics.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|