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

Unified Diff: content/public/common/window_container_type.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
Index: content/public/common/window_container_type.h
diff --git a/content/public/common/window_container_type.h b/content/public/common/window_container_type.h
index 5aec6edceae669c719b97241b723e059d0007d51..1d3b46fe6b1e77c7a413bcf576906b29ab4916b7 100644
--- a/content/public/common/window_container_type.h
+++ b/content/public/common/window_container_type.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_PUBLIC_COMMON_WINDOW_CONTAINER_TYPE_H_
#define CONTENT_PUBLIC_COMMON_WINDOW_CONTAINER_TYPE_H_
-namespace WebKit {
+namespace blink {
struct WebWindowFeatures;
@@ -30,6 +30,6 @@ enum WindowContainerType {
// Conversion function:
WindowContainerType WindowFeaturesToContainerType(
- const WebKit::WebWindowFeatures& window_features);
+ const blink::WebWindowFeatures& window_features);
#endif // CONTENT_PUBLIC_COMMON_WINDOW_CONTAINER_TYPE_H_
« no previous file with comments | « content/public/common/show_desktop_notification_params.cc ('k') | content/public/common/window_container_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698