summaryrefslogtreecommitdiffstats
path: root/src/core/resource_context_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resource_context_qt.h')
-rw-r--r--src/core/resource_context_qt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/resource_context_qt.h b/src/core/resource_context_qt.h
index 08359c79c..ccbe2c364 100644
--- a/src/core/resource_context_qt.h
+++ b/src/core/resource_context_qt.h
@@ -69,6 +69,7 @@ public:
extensions::ExtensionSystemQt* GetExtensionSystem();
#endif // BUILDFLAG(ENABLE_EXTENSIONS)
private:
+ friend class ProfileIODataQt;
ProfileIODataQt* m_io_data;
DISALLOW_COPY_AND_ASSIGN(ResourceContextQt);
};