- add sources.
[platform/framework/web/crosswalk.git] / src / content / browser / indexed_db / indexed_db_tracing.h
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.
4
5 #ifndef CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_TRACING_H_
6 #define CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_TRACING_H_
7
8 #include "base/debug/trace_event.h"
9 #define IDB_TRACE(a) TRACE_EVENT0("IndexedDB", (a));
10
11 #endif  // CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_TRACING_H_