| Index: chrome/browser/history/history_unittest.cc
|
| diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
|
| index 2ee9ded51547674590a6c7243c91031456c1391f..fe0cc3dd660bcb54af3bebeb546016fb3faef202 100644
|
| --- a/chrome/browser/history/history_unittest.cc
|
| +++ b/chrome/browser/history/history_unittest.cc
|
| @@ -62,7 +62,6 @@
|
| #include "sql/connection.h"
|
| #include "sql/statement.h"
|
| #include "sync/api/attachments/attachment_id.h"
|
| -#include "sync/api/attachments/attachment_service_proxy_for_test.h"
|
| #include "sync/api/fake_sync_change_processor.h"
|
| #include "sync/api/sync_change.h"
|
| #include "sync/api/sync_change_processor.h"
|
| @@ -70,6 +69,7 @@
|
| #include "sync/api/sync_error.h"
|
| #include "sync/api/sync_error_factory.h"
|
| #include "sync/api/sync_merge_result.h"
|
| +#include "sync/internal_api/public/attachments/attachment_service_proxy_for_test.h"
|
| #include "sync/protocol/history_delete_directive_specifics.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|