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

Unified Diff: content/child/db_message_filter.h

Issue 1548993002: Switch to standard integer types in base/strings/. (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
« no previous file with comments | « content/browser/webui/generic_handler.h ('k') | content/child/indexed_db/mock_webidbcallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/db_message_filter.h
diff --git a/content/child/db_message_filter.h b/content/child/db_message_filter.h
index 783b827a8d625d60f293d19164dee7d27e233d6a..c6ee0cb188893ea912bb3a6c6f2e10e7a017747d 100644
--- a/content/child/db_message_filter.h
+++ b/content/child/db_message_filter.h
@@ -5,6 +5,7 @@
#ifndef CONTENT_CHILD_DB_MESSAGE_FILTER_H_
#define CONTENT_CHILD_DB_MESSAGE_FILTER_H_
+#include "base/basictypes.h"
#include "base/strings/string16.h"
#include "ipc/message_filter.h"
« no previous file with comments | « content/browser/webui/generic_handler.h ('k') | content/child/indexed_db/mock_webidbcallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698