DescriptionAdding a missing header.
The official build was broken by r175584:
> host\desktop_process_main.cc(114): error C2039: 'InitializeCrashReporting' : is not a member of 'remoting'
> host\desktop_process_main.cc(114): error C3861: 'InitializeCrashReporting': identifier not found
Only the official builders were affected since remoting::InitializeCrashReporting() call is guarded by "#ifdef OFFICIAL_BUILD".
BUG=134694
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175865
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|