| Index: chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| index cd233dc954554c0eb578c64c854f9b850f31b997..274c2a1fc599a4e45dd155180369ee48f4ab4bb6 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/command_line.h"
|
| +#include "base/macros.h"
|
| #include "chrome/browser/sync/test/integration/apps_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_app_list_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
|
|