summaryrefslogtreecommitdiffstats
path: root/src/core/surface_factory_qt.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-03-04 13:57:49 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-03-04 13:18:54 +0000
commit326996a7f95cbfe5301a929b6e3286f03263d46d (patch)
tree43daa50ad7220cac4e978235f167e850a1e87115 /src/core/surface_factory_qt.cpp
parent1109e4ef5f11f961ad28c018551693d92dde96f7 (diff)
Fix namespace of SurfaceFactoryQt
Fix one class that didn't get refactored right. Change-Id: Id0f2f92d8f68453002524de3c182e572cd657c6a Reviewed-by: Stephan Binner <stephan.binner@basyskom.com> Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/surface_factory_qt.cpp')
-rw-r--r--src/core/surface_factory_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface_factory_qt.cpp b/src/core/surface_factory_qt.cpp
index 86a6a92d4..d5cb78f29 100644
--- a/src/core/surface_factory_qt.cpp
+++ b/src/core/surface_factory_qt.cpp
@@ -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;