| Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| index 0b93cd65b9be8983dbd0b5fddcf6f02471b8716a..251fd34f9c0e9f2c56f5b6225bfd163d2cbdec27 100644
|
| --- a/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +#include "base/location.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/string16.h"
|
| #include "base/threading/thread.h"
|
| #include "base/time.h"
|
| -#include "base/tracked.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/history/history_backend.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
|
|