| Index: chrome/browser/sync/test/integration/sync_arc_package_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_arc_package_helper.h b/chrome/browser/sync/test/integration/sync_arc_package_helper.h
|
| index e83d3a97a7238b8bce17c7f831e42356da4f3ba9..d8524f7718fb0891eeca7777d7c2ba26673806a3 100644
|
| --- a/chrome/browser/sync/test/integration/sync_arc_package_helper.h
|
| +++ b/chrome/browser/sync/test/integration/sync_arc_package_helper.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_ARC_PACKAGE_HELPER_H_
|
| #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_ARC_PACKAGE_HELPER_H_
|
|
|
| +#include <memory>
|
| +#include <string>
|
| #include <unordered_map>
|
|
|
| #include "base/macros.h"
|
| @@ -14,7 +16,7 @@
|
| class Profile;
|
| class SyncTest;
|
|
|
| -namespace arc{
|
| +namespace arc {
|
| class FakeAppInstance;
|
| }
|
|
|
|
|