| Index: content/public/browser/local_storage_usage_info.cc
|
| diff --git a/content/renderer/media/video_frame_provider.cc b/content/public/browser/local_storage_usage_info.cc
|
| similarity index 54%
|
| copy from content/renderer/media/video_frame_provider.cc
|
| copy to content/public/browser/local_storage_usage_info.cc
|
| index 48f50e06bd2b4595c024366a5120758008fdf65a..7bbfed3951f81a71895089b9ef40de1a827dad27 100644
|
| --- a/content/renderer/media/video_frame_provider.cc
|
| +++ b/content/public/browser/local_storage_usage_info.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/renderer/media/video_frame_provider.h"
|
| +#include "content/public/browser/local_storage_usage_info.h"
|
|
|
| namespace content {
|
|
|
| -VideoFrameProvider::VideoFrameProvider() {}
|
| +LocalStorageUsageInfo::LocalStorageUsageInfo()
|
| + : data_size(0) {}
|
|
|
| -VideoFrameProvider::~VideoFrameProvider() {}
|
| +LocalStorageUsageInfo::~LocalStorageUsageInfo() {}
|
|
|
| } // namespace content
|
|
|