Fix Chromium style plugin warning after https://codereview.chromium.org/1815063002

..\..\content/common/gpu/media/dxva_video_decode_accelerator_win.h(445,52) :
      error: [chromium-style] WeakPtrFactory members which refer to their outer
             class must be the last member in the outer class definition.
  base::WeakPtrFactory<DXVAVideoDecodeAccelerator> weak_this_factory_;
                                                   ^

BUG=82385,594266
TBR=ananta

Review URL: https://codereview.chromium.org/1818533004 .

Cr-Commit-Position: refs/heads/master@{#382196}
1 file changed