Index: cc/resources/ui_resource_request.h |
diff --git a/cc/resources/ui_resource_request.h b/cc/resources/ui_resource_request.h |
index b89e567ce4541bee1b297f984c773e4dd3fe51eb..6d89761d44bdb78e9c9621d095d974b3a10684b2 100644 |
--- a/cc/resources/ui_resource_request.h |
+++ b/cc/resources/ui_resource_request.h |
@@ -16,9 +16,9 @@ namespace cc { |
class CC_EXPORT UIResourceRequest { |
public: |
enum UIResourceRequestType { |
- UI_RESOURCE_CREATE, |
- UI_RESOURCE_DELETE, |
- UI_RESOURCE_INVALID_REQUEST |
+ UIResourceCreate, |
+ UIResourceDelete, |
+ UIResourceInvalidRequest |
}; |
UIResourceRequest(UIResourceRequestType type, UIResourceId id); |