summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/window_tree_unittest.cc
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 16:14:18 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 00:15:07 +0000
commit2606292a9f46c507f23d878f22b7359a11c1e123 (patch)
tree0903f51c8795f4afa034c755fd3ad7e64e3d8843 /components/mus/ws/window_tree_unittest.cc
parent2775074893c41f04e5b3728faeed32affc7d116f (diff)
downloadchromium_src-2606292a9f46c507f23d878f22b7359a11c1e123.zip
chromium_src-2606292a9f46c507f23d878f22b7359a11c1e123.tar.gz
chromium_src-2606292a9f46c507f23d878f22b7359a11c1e123.tar.bz2
Switch to standard integer types in components/, part 2 of 4.
BUG=138542 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/1548113002 Cr-Commit-Position: refs/heads/master@{#366877}
Diffstat (limited to 'components/mus/ws/window_tree_unittest.cc')
-rw-r--r--components/mus/ws/window_tree_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/mus/ws/window_tree_unittest.cc b/components/mus/ws/window_tree_unittest.cc
index ef582dc..7d3509f 100644
--- a/components/mus/ws/window_tree_unittest.cc
+++ b/components/mus/ws/window_tree_unittest.cc
@@ -2,9 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdint.h>
+
#include <string>
#include <vector>
+#include "base/macros.h"
#include "base/message_loop/message_loop.h"
#include "components/mus/common/types.h"
#include "components/mus/common/util.h"