Index: content/common/gpu/video_decode_params.cc |
diff --git a/content/public/browser/bluetooth_chooser.cc b/content/common/gpu/video_decode_params.cc |
similarity index 55% |
copy from content/public/browser/bluetooth_chooser.cc |
copy to content/common/gpu/video_decode_params.cc |
index 6c15734c80e85cf44147028806e67c4f48a6ee66..f3bf90ea05514a3fc6b78e2c4b993732c01c2440 100644 |
--- a/content/public/browser/bluetooth_chooser.cc |
+++ b/content/common/gpu/video_decode_params.cc |
@@ -2,14 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/public/browser/bluetooth_chooser.h" |
+#include "content/common/gpu/video_decode_params.h" |
namespace content { |
-BluetoothChooser::~BluetoothChooser() {} |
+VideoDecodeParams::VideoDecodeParams() : bitstream_buffer_id(0), size(0) {} |
-bool BluetoothChooser::CanAskForScanningPermission() { |
- return true; |
-} |
+VideoDecodeParams::~VideoDecodeParams() {} |
} // namespace content |