summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media/test_license_server.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/test_license_server.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/test_license_server.h')
-rw-r--r--chrome/browser/media/test_license_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/media/test_license_server.h b/chrome/browser/media/test_license_server.h
index 0fa77f4..2796dcc 100644
--- a/chrome/browser/media/test_license_server.h
+++ b/chrome/browser/media/test_license_server.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_MEDIA_TEST_LICENSE_SERVER_H_
#include <string>
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/process/process.h"