| Index: chrome/browser/sync/weak_handle_unittest.cc
|
| diff --git a/chrome/browser/sync/weak_handle_unittest.cc b/chrome/browser/sync/weak_handle_unittest.cc
|
| index b4bfe41305ecd8daeadf8d39593d16843d15c7f7..107260be7a61020aeb98a81890e3b9e35aaef670 100644
|
| --- a/chrome/browser/sync/weak_handle_unittest.cc
|
| +++ b/chrome/browser/sync/weak_handle_unittest.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/location.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "base/threading/thread.h"
|
| -#include "base/tracked.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|