| Index: chrome/browser/memory/tab_manager_unittest.cc
|
| diff --git a/chrome/browser/memory/tab_manager_unittest.cc b/chrome/browser/memory/tab_manager_unittest.cc
|
| index 52bad2861cd5604aa225d388e7cad6d53449faf6..2adae4a9b89427cc32b2de7488d7a3996ef1fb0d 100644
|
| --- a/chrome/browser/memory/tab_manager_unittest.cc
|
| +++ b/chrome/browser/memory/tab_manager_unittest.cc
|
| @@ -8,8 +8,10 @@
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/browser/memory/tab_manager_web_contents_data.h"
|
| #include "chrome/browser/memory/tab_stats.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|