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_ |