Descriptionbase: Fix warnings found by clang chromium-style plugin on Windows.
http://build.chromium.org/p/chromium.fyi/builders/CrWinClang/builds/596/steps/compile/logs/stdio
..\..\base/win/shortcut.h(51,3) : warning(clang): [chromium-style] Complex constructor has an inlined body.
ShortcutProperties() : icon_index(-1), dual_mode(false), options(0U) {}
^
..\..\base/win/shortcut.h(32,1) : warning(clang): [chromium-style] Complex class/struct needs an explicit out-of-line destructor.
struct ShortcutProperties {
^
2 warnings generated.
BUG=467287
R=thakis@chromium.org
Committed: https://crrev.com/1a3d591bc4a1cf332320c098e849701205b70523
Cr-Commit-Position: refs/heads/master@{#326995}
Patch Set 1 #Patch Set 2 : BASE_EXPORT #
Messages
Total messages: 12 (4 generated)
|