Index: services/python/content_handler/c_base.pxd |
diff --git a/mojo/python/content_handler/c_base.pxd b/services/python/content_handler/c_base.pxd |
similarity index 65% |
rename from mojo/python/content_handler/c_base.pxd |
rename to services/python/content_handler/c_base.pxd |
index 95768d0922e7488e4f653cef2797cc24cc28c080..5f2266c60da022186ea6012b2c9fbd7e45d12bae 100644 |
--- a/mojo/python/content_handler/c_base.pxd |
+++ b/services/python/content_handler/c_base.pxd |
@@ -8,9 +8,10 @@ from libc.stdint cimport int64_t |
cimport c_async_waiter |
-cdef extern from "mojo/python/content_handler/python_system_impl_helper.h" \ |
- namespace "mojo::python" nogil: |
- cdef cppclass PythonRunLoop "mojo::python::PythonRunLoop": |
+cdef extern from "services/python/content_handler/python_system_impl_helper.h" \ |
+ namespace "services::python::content_handler" nogil: |
+ cdef cppclass PythonRunLoop \ |
+ "services::python::content_handler::PythonRunLoop": |
PythonRunLoop() |
void Run() |
void RunUntilIdle() |