Index: cc/region.h |
diff --git a/cc/region.h b/cc/region.h |
index 7478152169df83df9dd3eccd823b12bee273aaa0..233551e9564a3b68fd797057a58782cce65ca45e 100644 |
--- a/cc/region.h |
+++ b/cc/region.h |
@@ -56,7 +56,7 @@ class CC_EXPORT Region { |
class CC_EXPORT Iterator { |
public: |
Iterator(); |
- Iterator(const Region& region); |
+ explicit Iterator(const Region& region); |
~Iterator(); |
gfx::Rect rect() const { |