Move core/fxcrt/observable.h to observed_ptr.h.
Make consistent with retain_ptr.h and unowned_ptr.h. A subsequent
CL is likely to unnest the ObservedPtr class from the Observable,
at which point this becomes even more correct.
Mechanical transaction with git mv and mass_rename.sh.
Change-Id: I25c1c8ccc9db2f555e1fca845310b170a92b8d17
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/55950
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
diff --git a/fpdfsdk/cpdfsdk_annot.h b/fpdfsdk/cpdfsdk_annot.h
index c2cdf11..527e79e 100644
--- a/fpdfsdk/cpdfsdk_annot.h
+++ b/fpdfsdk/cpdfsdk_annot.h
@@ -10,7 +10,7 @@
#include "core/fpdfdoc/cpdf_aaction.h"
#include "core/fpdfdoc/cpdf_annot.h"
#include "core/fpdfdoc/cpdf_defaultappearance.h"
-#include "core/fxcrt/observable.h"
+#include "core/fxcrt/observed_ptr.h"
#include "core/fxcrt/unowned_ptr.h"
#include "fpdfsdk/cfx_systemhandler.h"
#include "fpdfsdk/cpdfsdk_helpers.h"