| Index: extensions/browser/api/webcam_private/webcam_private_api_chromeos.cc
|
| diff --git a/extensions/browser/api/webcam_private/webcam_private_api_chromeos.cc b/extensions/browser/api/webcam_private/webcam_private_api_chromeos.cc
|
| index fc4ad9ea54135f79c0be74f83c2b3529fc9d2369..7e768073e2f9e9f96cd4c9b6595f0a1f30e33b6b 100644
|
| --- a/extensions/browser/api/webcam_private/webcam_private_api_chromeos.cc
|
| +++ b/extensions/browser/api/webcam_private/webcam_private_api_chromeos.cc
|
| @@ -422,8 +422,8 @@ void WebcamPrivateResetFunction::OnResetWebcam(bool success) {
|
| SetError(kResetWebcamError);
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<WebcamPrivateAPI>>
|
| - g_factory = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<BrowserContextKeyedAPIFactory<WebcamPrivateAPI>>::
|
| + DestructorAtExit g_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| BrowserContextKeyedAPIFactory<WebcamPrivateAPI>*
|
|
|