| Index: content/public/common/mhtml_generation.cc
|
| diff --git a/content/public/gpu/content_gpu_client.cc b/content/public/common/mhtml_generation.cc
|
| similarity index 52%
|
| copy from content/public/gpu/content_gpu_client.cc
|
| copy to content/public/common/mhtml_generation.cc
|
| index c2a8eacc3c51547a6b99d409e6c43c316feadb6b..f0f7c8dffe2d9c3a2e15e7b1143925b7d221f321 100644
|
| --- a/content/public/gpu/content_gpu_client.cc
|
| +++ b/content/public/common/mhtml_generation.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.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
|
|
|