Index: chrome/browser/sync/profile_sync_service_factory_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_factory_unittest.cc b/chrome/browser/sync/profile_sync_service_factory_unittest.cc |
index 84ba8e76190af64e98aa3eb91e9eee44460e835a..a7e426477b3c5e9955c4f786b3c1553346c0f4db 100644 |
--- a/chrome/browser/sync/profile_sync_service_factory_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_factory_unittest.cc |
@@ -2,8 +2,11 @@ |
// 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/command_line.h" |
#include "base/memory/scoped_ptr.h" |
+#include "build/build_config.h" |
#include "chrome/browser/sync/profile_sync_service_factory.h" |
#include "chrome/test/base/testing_profile.h" |
#include "components/browser_sync/browser/profile_sync_service.h" |