Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / base / debug / trace_event_android.cc
index ed6b20d..1e78b45 100644 (file)
@@ -97,8 +97,8 @@ void TraceLog::StartATrace() {
     return;
   }
   SetEnabled(CategoryFilter(CategoryFilter::kDefaultCategoryFilterString),
-             base::debug::TraceLog::RECORDING_MODE,
-             RECORD_CONTINUOUSLY);
+             TraceLog::RECORDING_MODE,
+             TraceOptions(RECORD_CONTINUOUSLY));
 }
 
 void TraceLog::StopATrace() {