| Index: chrome/browser/sync/test/integration/sync_app_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_app_helper.cc b/chrome/browser/sync/test/integration/sync_app_helper.cc
|
| index dbf3ba4070262d15ad0d760a9b76c7847b91d9ac..7ac396df1d7112c5ec7888cf8f322914eb0ad476 100644
|
| --- a/chrome/browser/sync/test/integration/sync_app_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_app_helper.cc
|
| @@ -4,6 +4,10 @@
|
|
|
| #include "chrome/browser/sync/test/integration/sync_app_helper.h"
|
|
|
| +#include <list>
|
| +#include <map>
|
| +#include <memory>
|
| +
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/extensions/launch_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|