Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..."
[chromium-blink-merge.git] / content / browser / indexed_db / indexed_db_tracing.h
blob86ddaa34bfa2c1c8ec2c2b8537370066724762a0
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_TRACING_H_
6 #define CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_TRACING_H_
8 #include "base/debug/trace_event.h"
9 #define IDB_TRACE(a) TRACE_EVENT0("IndexedDB", (a));
11 #endif // CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_TRACING_H_