summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media_galleries/gallery_watch_manager.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 17:09:38 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 01:10:32 +0000
commit6846aeff59836d8064ad90a934c60829575a970e (patch)
tree81582da159992a636983c3346fc291e5cb6151cb /chrome/browser/media_galleries/gallery_watch_manager.h
parente4d7b6ff9e03d4d0ee39e270bd1ad5ddf0d6af5a (diff)
downloadchromium_src-6846aeff59836d8064ad90a934c60829575a970e.zip
chromium_src-6846aeff59836d8064ad90a934c60829575a970e.tar.gz
chromium_src-6846aeff59836d8064ad90a934c60829575a970e.tar.bz2
Switch to standard integer types in chrome/browser/, part 2 of 4.
BUG=138542 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1550593002 Cr-Commit-Position: refs/heads/master@{#366879}
Diffstat (limited to 'chrome/browser/media_galleries/gallery_watch_manager.h')
-rw-r--r--chrome/browser/media_galleries/gallery_watch_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/media_galleries/gallery_watch_manager.h b/chrome/browser/media_galleries/gallery_watch_manager.h
index bdb08c4..c5edd41b 100644
--- a/chrome/browser/media_galleries/gallery_watch_manager.h
+++ b/chrome/browser/media_galleries/gallery_watch_manager.h
@@ -8,10 +8,10 @@
#include <map>
#include <string>
-#include "base/basictypes.h"
#include "base/callback_forward.h"
#include "base/files/file_path.h"
#include "base/files/file_path_watcher.h"
+#include "base/macros.h"
#include "base/memory/linked_ptr.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"