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

Unified Diff: components/webdata/common/web_database_table.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: components/webdata/common/web_database_table.h
diff --git a/components/webdata/common/web_database_table.h b/components/webdata/common/web_database_table.h
index d931c870051eab0c535a095b4793ab0c24f84991..ff75082ed46d257a85943e8d21c5b107fd6050a1 100644
--- a/components/webdata/common/web_database_table.h
+++ b/components/webdata/common/web_database_table.h
@@ -6,6 +6,7 @@
#define COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_
#include "base/logging.h"
+#include "base/macros.h"
#include "components/webdata/common/webdata_export.h"
namespace sql {
« no previous file with comments | « components/webdata/common/web_database_service.cc ('k') | components/webdata_services/web_data_service_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698