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

Unified Diff: ash/test/mirror_window_test_api.h

Issue 1540753002: Switch to standard integer types in ash/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arraysize 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 | « ash/test/display_manager_test_api.cc ('k') | ash/test/overflow_bubble_view_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/mirror_window_test_api.h
diff --git a/ash/test/mirror_window_test_api.h b/ash/test/mirror_window_test_api.h
index 9c62d2a58b86dfe0871a7d67d181af0e3f4b7dfe..650be7c50aa6ccc7837e0adc1cf74f733dc4316c 100644
--- a/ash/test/mirror_window_test_api.h
+++ b/ash/test/mirror_window_test_api.h
@@ -5,7 +5,7 @@
#ifndef ASH_TEST_MIRROR_WINDOW_TEST_API_H_
#define ASH_TEST_MIRROR_WINDOW_TEST_API_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
namespace aura {
« no previous file with comments | « ash/test/display_manager_test_api.cc ('k') | ash/test/overflow_bubble_view_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698