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

Unified Diff: sql/recovery.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/meta_table_unittest.cc ('k') | sql/statement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/recovery.h
diff --git a/sql/recovery.h b/sql/recovery.h
index 60fb6747b83c640891f01c933c9e1463a2c3dd76..e334d34b8193f2b86311e44a94bfe39a03ca902b 100644
--- a/sql/recovery.h
+++ b/sql/recovery.h
@@ -5,8 +5,7 @@
#ifndef SQL_RECOVERY_H_
#define SQL_RECOVERY_H_
-#include "base/basictypes.h"
-
+#include "base/macros.h"
#include "sql/connection.h"
namespace base {
« no previous file with comments | « sql/meta_table_unittest.cc ('k') | sql/statement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698