summaryrefslogtreecommitdiffstats
path: root/src/core/access_token_store_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/access_token_store_qt.h')
-rw-r--r--src/core/access_token_store_qt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/access_token_store_qt.h b/src/core/access_token_store_qt.h
index 2b47e8b03..6b8cfa2a2 100644
--- a/src/core/access_token_store_qt.h
+++ b/src/core/access_token_store_qt.h
@@ -48,6 +48,8 @@ namespace net {
class URLRequestContextGetter;
}
+namespace QtWebEngineCore {
+
class AccessTokenStoreQt : public content::AccessTokenStore {
public:
AccessTokenStoreQt();
@@ -67,4 +69,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(AccessTokenStoreQt);
};
+} // namespace QtWebEngineCore
+
#endif // ACCESS_TOKEN_STORE_QT_H