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

Unified Diff: chrome/browser/media_galleries/fileapi/media_path_filter.cc

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 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: chrome/browser/media_galleries/fileapi/media_path_filter.cc
diff --git a/chrome/browser/media_galleries/fileapi/media_path_filter.cc b/chrome/browser/media_galleries/fileapi/media_path_filter.cc
index d7d41e69457bbce18a0c5bedf88eb421f9c78525..de14bb692947ea7e62ea167fb841e7ea850fafc8 100644
--- a/chrome/browser/media_galleries/fileapi/media_path_filter.cc
+++ b/chrome/browser/media_galleries/fileapi/media_path_filter.cc
@@ -11,7 +11,9 @@
#include <algorithm>
#include <string>
+#include "base/macros.h"
#include "base/strings/string_util.h"
+#include "build/build_config.h"
#include "components/mime_util/mime_util.h"
#include "net/base/mime_util.h"

Powered by Google App Engine
This is Rietveld 408576698