| Index: src/platform/update_engine/bzip.cc
 | 
| diff --git a/src/platform/update_engine/bzip.cc b/src/platform/update_engine/bzip.cc
 | 
| index 4a4198020002c950ea2bad99278c77a2cf625286..3ac15d85bf50daa04f750a73ecb0f502832f92f0 100644
 | 
| --- a/src/platform/update_engine/bzip.cc
 | 
| +++ b/src/platform/update_engine/bzip.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "update_engine/gzip.h"
 | 
| +#include "update_engine/bzip.h"
 | 
|  #include <stdlib.h>
 | 
|  #include <algorithm>
 | 
|  #include <bzlib.h>
 | 
| 
 |