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

Unified Diff: webkit/glue/dom_serializer.h

Issue 341030: Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « webkit/glue/dom_operations_private.h ('k') | webkit/glue/dom_serializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/dom_serializer.h
===================================================================
--- webkit/glue/dom_serializer.h (revision 30557)
+++ webkit/glue/dom_serializer.h (working copy)
@@ -11,8 +11,6 @@
#include "base/hash_tables.h"
#include "googleurl/src/gurl.h"
-class WebFrameImpl;
-
namespace WebCore {
class Document;
class Element;
@@ -23,6 +21,7 @@
namespace WebKit {
class WebFrame;
+class WebFrameImpl;
}
namespace webkit_glue {
@@ -71,7 +70,7 @@
private:
// Specified frame which need to be serialized;
- WebFrameImpl* specified_webframeimpl_;
+ WebKit::WebFrameImpl* specified_webframeimpl_;
// This hash_map is used to map resource URL of original link to its local
// file path.
typedef base::hash_map<std::string, FilePath> LinkLocalPathMap;
@@ -92,7 +91,7 @@
// Local directory name of all local resource files.
const FilePath& local_directory_name_;
// Vector for saving all frames which need to be serialized.
- std::vector<WebFrameImpl*> frames_;
+ std::vector<WebKit::WebFrameImpl*> frames_;
struct SerializeDomParam {
// Frame URL of current processing document presented by GURL
« no previous file with comments | « webkit/glue/dom_operations_private.h ('k') | webkit/glue/dom_serializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698