Index: components/exo/surface.h |
diff --git a/components/exo/surface.h b/components/exo/surface.h |
index 9c633b63691ce7e83e0c2f5b44867505cf477c88..a2327017f6bb2cb25292d0d26f6103499e0f817f 100644 |
--- a/components/exo/surface.h |
+++ b/components/exo/surface.h |
@@ -173,7 +173,7 @@ class Surface : public ui::ContextFactoryObserver, |
void UnregisterCursorProvider(CursorProvider* provider); |
// Returns the cursor for the surface. If no cursor provider is registered |
- // then kCursorNull is returned. |
+ // then CursorType::CURSOR_NULL is returned. |
gfx::NativeCursor GetCursor(); |
// Set the surface delegate. |