| Index: chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
 | 
| diff --git a/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc b/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
 | 
| index 45367bdf85892b8438bd7b0f6b3fbe8d252f598c..1f2ffd333ebdcd6ef8a8875825f1c482aaee9101 100644
 | 
| --- a/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
 | 
| +++ b/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
 | 
| @@ -2,10 +2,13 @@
 | 
|  // 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/bind.h"
 | 
|  #include "base/bind_helpers.h"
 | 
|  #include "base/callback.h"
 | 
|  #include "base/files/file_path.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/run_loop.h"
 | 
|  #include "base/values.h"
 | 
| 
 |