Index: content/public/browser/presentation_session.h |
diff --git a/content/public/browser/presentation_session.h b/content/public/browser/presentation_session.h |
index 028d49ac8f47b7788c95ac1f1c8a241e81e1d98f..a2e44573f8eaea66639057c51794d2cebac2cf01 100644 |
--- a/content/public/browser/presentation_session.h |
+++ b/content/public/browser/presentation_session.h |
@@ -23,7 +23,7 @@ struct CONTENT_EXPORT PresentationSessionInfo { |
}; |
// Possible reasons why an attempt to create a presentation session failed. |
-enum CONTENT_EXPORT PresentationErrorType { |
+enum PresentationErrorType { |
PRESENTATION_ERROR_NO_AVAILABLE_SCREENS, |
PRESENTATION_ERROR_SESSION_REQUEST_CANCELLED, |
PRESENTATION_ERROR_NO_PRESENTATION_FOUND, |