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

Unified Diff: components/translate/ios/browser/js_language_detection_manager.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
« no previous file with comments | « components/translate/ios/browser/ios_translate_driver.h ('k') | components/ui/zoom/page_zoom.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/ios/browser/js_language_detection_manager.h
diff --git a/components/translate/ios/browser/js_language_detection_manager.h b/components/translate/ios/browser/js_language_detection_manager.h
index b7ca49298fb8ade8f0a868b8945f0d2a167b8c42..83a6065a125e78fedac93ca17537854355381e05 100644
--- a/components/translate/ios/browser/js_language_detection_manager.h
+++ b/components/translate/ios/browser/js_language_detection_manager.h
@@ -6,6 +6,7 @@
#define COMPONENTS_TRANSLATE_IOS_BROWSER_JS_LANGUAGE_DETECTION_MANAGER_H_
#import <Foundation/Foundation.h>
+#include <stddef.h>
#include "base/callback_forward.h"
#include "base/strings/string16.h"
« no previous file with comments | « components/translate/ios/browser/ios_translate_driver.h ('k') | components/ui/zoom/page_zoom.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698