Reshuffle include/ directory layout
This CL reorganizes the include/ directory as follows:
1. The immediate subdirectories of include/ are now the stable API
surface exposed to all embedders, with the exception of ext/.
2. ext/ contains the unstable API surface that is exposed only to chrome.
Test: builds on all configurations and passes tests
Bug: 132678367
Change-Id: If638d4b4c150fd591cd1db851283b25ff6083ed6
diff --git a/src/base/paged_memory_unittest.cc b/src/base/paged_memory_unittest.cc
index e128bb7..1ccea60 100644
--- a/src/base/paged_memory_unittest.cc
+++ b/src/base/paged_memory_unittest.cc
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "perfetto/base/paged_memory.h"
+#include "perfetto/ext/base/paged_memory.h"
#include <stdint.h>