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

Unified Diff: content/browser/fileapi/sandbox_database_test_helper.h

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: content/browser/fileapi/sandbox_database_test_helper.h
diff --git a/content/browser/fileapi/sandbox_database_test_helper.h b/content/browser/fileapi/sandbox_database_test_helper.h
index 881bdff2ce33019f2ce0ab586a8428f17a6b0779..05ac2262be6ade7bcf95740acae16095276bd208 100644
--- a/content/browser/fileapi/sandbox_database_test_helper.h
+++ b/content/browser/fileapi/sandbox_database_test_helper.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_BROWSER_FILEAPI_SANDBOX_DATABASE_TEST_HELPER_H_
#define CONTENT_BROWSER_FILEAPI_SANDBOX_DATABASE_TEST_HELPER_H_
-#include <cstddef>
+#include <stddef.h>
#include "third_party/leveldatabase/src/db/filename.h"

Powered by Google App Engine
This is Rietveld 408576698