summaryrefslogtreecommitdiffstats
path: root/src/core/browser_main_parts_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/browser_main_parts_qt.h')
-rw-r--r--src/core/browser_main_parts_qt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/browser_main_parts_qt.h b/src/core/browser_main_parts_qt.h
index 7e21240cb..6828552b7 100644
--- a/src/core/browser_main_parts_qt.h
+++ b/src/core/browser_main_parts_qt.h
@@ -42,14 +42,14 @@ public:
int PreCreateThreads() override;
void PostCreateThreads() override;
-#if defined(OS_MAC)
+#if BUILDFLAG(IS_MAC)
device::GeolocationManager *GetGeolocationManager();
#endif
private:
std::unique_ptr<performance_manager::PerformanceManagerLifetime> performance_manager_lifetime_;
std::unique_ptr<WebUsbDetectorQt> m_webUsbDetector;
-#if defined(OS_MAC)
+#if BUILDFLAG(IS_MAC)
std::unique_ptr<device::GeolocationManager> m_geolocationManager;
#endif
};