| Index: ash/test/test_session_state_delegate.cc
 | 
| diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
 | 
| index f7fbcda937fd1af47a5b9f1238eea0c877139807..00834bd161279a4dbf419769345a540f89dce115 100644
 | 
| --- a/ash/test/test_session_state_delegate.cc
 | 
| +++ b/ash/test/test_session_state_delegate.cc
 | 
| @@ -7,8 +7,8 @@
 | 
|  #include <algorithm>
 | 
|  #include <string>
 | 
|  
 | 
| -#include "ash/login_status.h"
 | 
| -#include "ash/wm_shell.h"
 | 
| +#include "ash/common/login_status.h"
 | 
| +#include "ash/common/wm_shell.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
|  #include "base/strings/string16.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
| 
 |