| Index: chrome/browser/task_management/providers/web_contents/tab_contents_tag_browsertest.cc
|
| diff --git a/chrome/browser/task_management/providers/web_contents/tab_contents_tag_browsertest.cc b/chrome/browser/task_management/providers/web_contents/tab_contents_tag_browsertest.cc
|
| index 7dfa845ed6ae0ea81713d43b9666b494522dd3e0..b0853a9f9cfcca9beb35082e8b9c929605f7ffd8 100644
|
| --- a/chrome/browser/task_management/providers/web_contents/tab_contents_tag_browsertest.cc
|
| +++ b/chrome/browser/task_management/providers/web_contents/tab_contents_tag_browsertest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.h"
|
|
|