| Index: trunk/src/media/video/capture/win/video_capture_device_factory_win.cc
|
| ===================================================================
|
| --- trunk/src/media/video/capture/win/video_capture_device_factory_win.cc (revision 289319)
|
| +++ trunk/src/media/video/capture/win/video_capture_device_factory_win.cc (working copy)
|
| @@ -138,8 +138,8 @@
|
|
|
| if ((wcsstr(str_ptr, L"(VFW)") == NULL) &&
|
| lstrlenW(str_ptr) < name_length ||
|
| - (!(base::LowerCaseEqualsASCII(str_ptr, str_ptr + name_length,
|
| - kGoogleCameraAdapter)))) {
|
| + (!(LowerCaseEqualsASCII(str_ptr, str_ptr + name_length,
|
| + kGoogleCameraAdapter)))) {
|
| std::string id;
|
| std::string device_name(base::SysWideToUTF8(str_ptr));
|
| name.Reset();
|
|
|