| Index: chrome/browser/apps/app_window_interactive_uitest.cc
 | 
| diff --git a/chrome/browser/apps/app_window_interactive_uitest.cc b/chrome/browser/apps/app_window_interactive_uitest.cc
 | 
| index fa7d6d76486485c9879bea6d99269e96938e312e..8af143a744137ae7189e95f8402a814eccf6ab57 100644
 | 
| --- a/chrome/browser/apps/app_window_interactive_uitest.cc
 | 
| +++ b/chrome/browser/apps/app_window_interactive_uitest.cc
 | 
| @@ -2,6 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include "base/macros.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/apps/app_browsertest_util.h"
 | 
|  #include "chrome/browser/lifetime/application_lifetime.h"
 | 
|  #include "chrome/browser/ui/browser_iterator.h"
 | 
| 
 |