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

Unified Diff: content/renderer/drop_data_builder.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « content/renderer/dom_storage/webstoragenamespace_impl.cc ('k') | content/renderer/drop_data_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/drop_data_builder.h
diff --git a/content/renderer/drop_data_builder.h b/content/renderer/drop_data_builder.h
index 4870d47f9272c7f70775a38ed095e568728d7218..2dfb7b92375222da59ac9c6c4494794f14351c6c 100644
--- a/content/renderer/drop_data_builder.h
+++ b/content/renderer/drop_data_builder.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_RENDERER_DROP_DATA_BUILDER_H_
#define CONTENT_RENDERER_DROP_DATA_BUILDER_H_
-namespace WebKit {
+namespace blink {
class WebDragData;
}
@@ -14,7 +14,7 @@ struct DropData;
class DropDataBuilder {
public:
- static DropData Build(const WebKit::WebDragData& data);
+ static DropData Build(const blink::WebDragData& data);
};
} // namespace content
« no previous file with comments | « content/renderer/dom_storage/webstoragenamespace_impl.cc ('k') | content/renderer/drop_data_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698