Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: content/public/browser/local_storage_usage_info.cc

Issue 22297005: Move webkit/{browser,common}/dom_storage into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/public/browser/local_storage_usage_info.h ('k') | content/public/browser/session_storage_usage_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698