| Index: webrtc/modules/utility/BUILD.gn
 | 
| diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
 | 
| index 163515c46687db57a57c2f53e7077b0f35d47535..6704cd6d9a9df51f30873e5a27de0cc46ad8db63 100644
 | 
| --- a/webrtc/modules/utility/BUILD.gn
 | 
| +++ b/webrtc/modules/utility/BUILD.gn
 | 
| @@ -10,12 +10,12 @@ import("../../build/webrtc.gni")
 | 
|  
 | 
|  source_set("utility") {
 | 
|    sources = [
 | 
| -    "interface/audio_frame_operations.h",
 | 
| -    "interface/file_player.h",
 | 
| -    "interface/file_recorder.h",
 | 
| -    "interface/helpers_android.h",
 | 
| -    "interface/jvm_android.h",
 | 
| -    "interface/process_thread.h",
 | 
| +    "include/audio_frame_operations.h",
 | 
| +    "include/file_player.h",
 | 
| +    "include/file_recorder.h",
 | 
| +    "include/helpers_android.h",
 | 
| +    "include/jvm_android.h",
 | 
| +    "include/process_thread.h",
 | 
|      "source/audio_frame_operations.cc",
 | 
|      "source/coder.cc",
 | 
|      "source/coder.h",
 | 
| 
 |