Index: content/common/gpu/jpeg_decode_params.cc |
diff --git a/content/public/browser/bluetooth_chooser.cc b/content/common/gpu/jpeg_decode_params.cc |
similarity index 51% |
copy from content/public/browser/bluetooth_chooser.cc |
copy to content/common/gpu/jpeg_decode_params.cc |
index 6c15734c80e85cf44147028806e67c4f48a6ee66..82df3edec0fe3c6b7c8bf507e41ede98f57df3df 100644 |
--- a/content/public/browser/bluetooth_chooser.cc |
+++ b/content/common/gpu/jpeg_decode_params.cc |
@@ -2,14 +2,13 @@ |
// 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/jpeg_decode_params.h" |
namespace content { |
-BluetoothChooser::~BluetoothChooser() {} |
+JpegDecodeParams::JpegDecodeParams() |
+ : input_buffer_id(0), input_buffer_size(0), output_buffer_size(0) {} |
-bool BluetoothChooser::CanAskForScanningPermission() { |
- return true; |
-} |
+JpegDecodeParams::~JpegDecodeParams() {} |
} // namespace content |