Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: sql/transaction.h

Issue 1133053004: sql: Remove basictypes.h includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shess review Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sql/test/test_helpers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/transaction.h
diff --git a/sql/transaction.h b/sql/transaction.h
index 788a002f831228d9584968ec4cf50e485541c6a5..5a34e65c3a4f97e8423775065fb94c36a7481cf8 100644
--- a/sql/transaction.h
+++ b/sql/transaction.h
@@ -5,7 +5,7 @@
#ifndef SQL_TRANSACTION_H_
#define SQL_TRANSACTION_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "sql/sql_export.h"
namespace sql {
« no previous file with comments | « sql/test/test_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698