commit | ccb26c6eaa8e1f45e390d43eba0b613375608bf0 | [log] [tgz] |
---|---|---|
author | primiano <[email protected]> | Wed Jun 01 21:50:02 2016 |
committer | Commit bot <[email protected]> | Wed Jun 01 21:52:15 2016 |
tree | 9ecc7954407e0c9e6f25812c56a51aa66a77a1d7 | |
parent | 70d72d628203a4f6f784825736b6f7869e12836c [diff] [blame] |
tracing: restructure to the components/tracing folder This is a non functional refactoring. This is just reshuffling files inside //components/tracing in preparation for bitt.ly/TracingV2, which will introduce new files. BUG=608719 [email protected],[email protected],[email protected],[email protected] Review-Url: https://codereview.chromium.org/2028043002 Cr-Commit-Position: refs/heads/master@{#397260}
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc index 0a0c74c5..bc2ee12 100644 --- a/content/gpu/gpu_main.cc +++ b/content/gpu/gpu_main.cc
@@ -51,7 +51,7 @@ #if defined(OS_ANDROID) #include "base/trace_event/memory_dump_manager.h" -#include "components/tracing/graphics_memory_dump_provider_android.h" +#include "components/tracing/common/graphics_memory_dump_provider_android.h" #endif #if defined(OS_WIN)