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

Side by Side Diff: content/browser/renderer_host/test_render_view_host.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/browser/renderer_host/test_render_view_host.h" 5 #include "content/browser/renderer_host/test_render_view_host.h"
6 6
7 #include "content/browser/dom_storage/dom_storage_context_impl.h" 7 #include "content/browser/dom_storage/dom_storage_context_wrapper.h"
8 #include "content/browser/dom_storage/session_storage_namespace_impl.h" 8 #include "content/browser/dom_storage/session_storage_namespace_impl.h"
9 #include "content/browser/renderer_host/test_backing_store.h" 9 #include "content/browser/renderer_host/test_backing_store.h"
10 #include "content/browser/site_instance_impl.h" 10 #include "content/browser/site_instance_impl.h"
11 #include "content/common/dom_storage/dom_storage_types.h"
11 #include "content/common/view_messages.h" 12 #include "content/common/view_messages.h"
12 #include "content/public/browser/browser_context.h" 13 #include "content/public/browser/browser_context.h"
13 #include "content/public/browser/navigation_controller.h" 14 #include "content/public/browser/navigation_controller.h"
14 #include "content/public/browser/storage_partition.h" 15 #include "content/public/browser/storage_partition.h"
15 #include "content/public/common/content_client.h" 16 #include "content/public/common/content_client.h"
16 #include "content/public/common/page_state.h" 17 #include "content/public/common/page_state.h"
17 #include "content/public/common/password_form.h" 18 #include "content/public/common/password_form.h"
18 #include "content/test/test_web_contents.h" 19 #include "content/test/test_web_contents.h"
19 #include "media/base/video_frame.h" 20 #include "media/base/video_frame.h"
20 #include "ui/gfx/rect.h" 21 #include "ui/gfx/rect.h"
21 #include "webkit/common/dom_storage/dom_storage_types.h"
22 #include "webkit/common/webpreferences.h" 22 #include "webkit/common/webpreferences.h"
23 23
24 namespace content { 24 namespace content {
25 25
26 namespace { 26 namespace {
27 27
28 const int64 kFrameId = 13UL; 28 const int64 kFrameId = 13UL;
29 29
30 } // namespace 30 } // namespace
31 31
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 415
416 TestRenderViewHost* RenderViewHostImplTestHarness::active_test_rvh() { 416 TestRenderViewHost* RenderViewHostImplTestHarness::active_test_rvh() {
417 return static_cast<TestRenderViewHost*>(active_rvh()); 417 return static_cast<TestRenderViewHost*>(active_rvh());
418 } 418 }
419 419
420 TestWebContents* RenderViewHostImplTestHarness::contents() { 420 TestWebContents* RenderViewHostImplTestHarness::contents() {
421 return static_cast<TestWebContents*>(web_contents()); 421 return static_cast<TestWebContents*>(web_contents());
422 } 422 }
423 423
424 } // namespace content 424 } // namespace content
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/storage_partition_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698