| Index: remoting/protocol/auth_util.cc
 | 
| diff --git a/remoting/protocol/auth_util.cc b/remoting/protocol/auth_util.cc
 | 
| index 841664c2b6930c67d0c1fa6da4eb13da8f5195f7..455963672c21aa362f7eac0c34a5cea361768a23 100644
 | 
| --- a/remoting/protocol/auth_util.cc
 | 
| +++ b/remoting/protocol/auth_util.cc
 | 
| @@ -6,7 +6,7 @@
 | 
|  
 | 
|  #include "base/base64.h"
 | 
|  #include "base/logging.h"
 | 
| -#include "base/string_util.h"
 | 
| +#include "base/strings/string_util.h"
 | 
|  #include "crypto/hmac.h"
 | 
|  #include "crypto/sha2.h"
 | 
|  #include "net/base/net_errors.h"
 | 
| 
 |