| Index: base/debug/activity_tracker.cc | 
| diff --git a/base/debug/activity_tracker.cc b/base/debug/activity_tracker.cc | 
| index 09946eed7296a2088f152b30ab46b513ea6dcf05..fbe566ef830b422415552d69db1c947f121395eb 100644 | 
| --- a/base/debug/activity_tracker.cc | 
| +++ b/base/debug/activity_tracker.cc | 
| @@ -1090,7 +1090,7 @@ void GlobalActivityTracker::CreateWithAllocator( | 
| global_tracker->CreateTrackerForCurrentThread(); | 
| } | 
|  | 
| -#if !defined(OS_NACL) | 
| +#if !defined(OS_NACL) && !defined(OS_FUCHSIA) | 
| // static | 
| void GlobalActivityTracker::CreateWithFile(const FilePath& file_path, | 
| size_t size, | 
|  |