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

Unified Diff: content/test/mock_keyboard_driver_win.h

Issue 1544273002: Switch to standard integer types in content/. (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
« no previous file with comments | « content/test/mock_keyboard.cc ('k') | content/test/mock_keyboard_driver_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_keyboard_driver_win.h
diff --git a/content/test/mock_keyboard_driver_win.h b/content/test/mock_keyboard_driver_win.h
index 15150dd62fa972b40c98dc2aaa6a68fa32e0597e..81fcaf8e7553a8e9fe23e297becae4e34f1d71fb 100644
--- a/content/test/mock_keyboard_driver_win.h
+++ b/content/test/mock_keyboard_driver_win.h
@@ -9,7 +9,8 @@
#include <string>
#include <vector>
-#include "base/basictypes.h"
+
+#include "base/macros.h"
namespace content {
« no previous file with comments | « content/test/mock_keyboard.cc ('k') | content/test/mock_keyboard_driver_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698