| OLD | NEW |
| 1 // Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "content/public/browser/android/download_controller_android.h" | 5 #include "chrome/browser/android/download/download_controller_android.h" |
| 6 | |
| 7 namespace content { | |
| 8 | 6 |
| 9 // static | 7 // static |
| 10 DownloadControllerAndroid* DownloadControllerAndroid::download_controller_ = | 8 DownloadControllerAndroid* DownloadControllerAndroid::download_controller_ = |
| 11 nullptr; | 9 nullptr; |
| 12 | |
| 13 } // namespace content | |
| OLD | NEW |