| Index: content/public/common/mhtml_generation_params.cc
|
| diff --git a/content/public/gpu/content_gpu_client.cc b/content/public/common/mhtml_generation_params.cc
|
| similarity index 51%
|
| copy from content/public/gpu/content_gpu_client.cc
|
| copy to content/public/common/mhtml_generation_params.cc
|
| index c2a8eacc3c51547a6b99d409e6c43c316feadb6b..f5011aadae80acf883ede6c520b53e5d31a7e1e5 100644
|
| --- a/content/public/gpu/content_gpu_client.cc
|
| +++ b/content/public/common/mhtml_generation_params.cc
|
| @@ -2,12 +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/gpu/content_gpu_client.h"
|
| +#include "content/public/common/mhtml_generation_params.h"
|
| +
|
| +#include "base/files/file_path.h"
|
|
|
| namespace content {
|
|
|
| -gpu::SyncPointManager* ContentGpuClient::GetSyncPointManager() {
|
| - return nullptr;
|
| -}
|
| +MHTMLGenerationParams::MHTMLGenerationParams(const base::FilePath& file_path)
|
| + : file_path(file_path) {}
|
|
|
| } // namespace content
|
|
|