| Index: content/browser/android/download_controller_android_impl.h
|
| diff --git a/content/browser/android/download_controller_android_impl.h b/content/browser/android/download_controller_android_impl.h
|
| index 4753b906147df580245a998d5cd9b039178a8fd1..112167ddef263198610bc75a73eed98d8f6cee13 100644
|
| --- a/content/browser/android/download_controller_android_impl.h
|
| +++ b/content/browser/android/download_controller_android_impl.h
|
| @@ -83,7 +83,7 @@ class DownloadControllerAndroidImpl : public DownloadControllerAndroid,
|
| // Default copy constructor is used for passing this struct by value.
|
| };
|
| struct JavaObject;
|
| - friend struct DefaultSingletonTraits<DownloadControllerAndroidImpl>;
|
| + friend struct base::DefaultSingletonTraits<DownloadControllerAndroidImpl>;
|
| DownloadControllerAndroidImpl();
|
| ~DownloadControllerAndroidImpl() override;
|
|
|
|
|