Commit 326996a7 authored by Allan Sandfeld Jensen's avatar Allan Sandfeld Jensen
Browse files

Fix namespace of SurfaceFactoryQt


Fix one class that didn't get refactored right.

Change-Id: Id0f2f92d8f68453002524de3c182e572cd657c6a
Reviewed-by: default avatarStephan Binner <stephan.binner@basyskom.com>
Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
Showing with 3 additions and 3 deletions
......@@ -55,7 +55,7 @@
#define QT_LIBDIR_GLES2 QT_LIBDIR_EGL
#endif
namespace QtWebEngine {
namespace QtWebEngineCore {
base::NativeLibrary LoadLibrary(const base::FilePath& filename) {
base::NativeLibraryLoadError error;
......
......@@ -43,7 +43,7 @@
#include <QtGlobal>
namespace QtWebEngine {
namespace QtWebEngineCore {
class SurfaceFactoryQt
: public ui::SurfaceFactoryOzone
......
......@@ -75,7 +75,7 @@ private:
scoped_ptr<content::ContentMainRunner> m_contentRunner;
scoped_ptr<content::BrowserMainRunner> m_browserRunner;
#if defined(OS_ANDROID)
scoped_ptr<QtWebEngine::SurfaceFactoryQt> m_surfaceFactory;
scoped_ptr<QtWebEngineCore::SurfaceFactoryQt> m_surfaceFactory;
#endif
QExplicitlySharedDataPointer<QtWebEngineCore::BrowserContextAdapter> m_defaultBrowserContext;
QExplicitlySharedDataPointer<QtWebEngineCore::BrowserContextAdapter> m_offTheRecordBrowserContext;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment