Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Unified Diff: xfa/fwl/core/ifwl_dataprovider.h

Issue 2488963005: Continue IFWL widget cleanup. (Closed)
Patch Set: Rebase to master Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/fwl/core/ifwl_dataprovider.h
diff --git a/xfa/fwl/core/ifwl_dataprovider.h b/xfa/fwl/core/ifwl_dataprovider.h
index 53c6ec405521d505de765ffc73100761a5a7882d..c4e1a4ea76629e9ab5d08f3ad481a949378e3026 100644
--- a/xfa/fwl/core/ifwl_dataprovider.h
+++ b/xfa/fwl/core/ifwl_dataprovider.h
@@ -8,7 +8,6 @@
#define XFA_FWL_CORE_IFWL_DATAPROVIDER_H_
#include "core/fxcrt/fx_string.h"
-#include "xfa/fwl/core/fwl_error.h"
class IFWL_Widget;
@@ -16,8 +15,7 @@ class IFWL_DataProvider {
public:
virtual ~IFWL_DataProvider() {}
- virtual FWL_Error GetCaption(IFWL_Widget* pWidget,
- CFX_WideString& wsCaption) = 0;
+ virtual void GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) = 0;
};
#endif // XFA_FWL_CORE_IFWL_DATAPROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698