aboutsummaryrefslogtreecommitdiff
path: root/disassembler_ztf.h
diff options
context:
space:
mode:
Diffstat (limited to 'disassembler_ztf.h')
-rw-r--r--disassembler_ztf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/disassembler_ztf.h b/disassembler_ztf.h
index 0719093..adbead5 100644
--- a/disassembler_ztf.h
+++ b/disassembler_ztf.h
@@ -13,10 +13,10 @@
#include <vector>
#include "base/macros.h"
-#include "base/optional.h"
#include "components/zucchini/disassembler.h"
#include "components/zucchini/image_utils.h"
#include "components/zucchini/type_ztf.h"
+#include "third_party/abseil-cpp/absl/types/optional.h"
namespace zucchini {
@@ -97,8 +97,8 @@ class ZtfTranslator {
offset_t LineColToOffset(ztf::LineCol line_col) const;
// Returns the ztf::LineCol for an |offset| if it is valid. Otherwise returns
- // base::nullopt.
- base::Optional<ztf::LineCol> OffsetToLineCol(offset_t offset) const;
+ // absl::nullopt.
+ absl::optional<ztf::LineCol> OffsetToLineCol(offset_t offset) const;
private:
// Returns an iterator to the range containing |offset|. Which is represented