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

Unified Diff: chrome/test/base/always_on_top_window_killer_win.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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 | « chrome/service/service_utility_process_host.cc ('k') | chrome/test/base/browser_with_test_window_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/always_on_top_window_killer_win.cc
diff --git a/chrome/test/base/always_on_top_window_killer_win.cc b/chrome/test/base/always_on_top_window_killer_win.cc
index 44fa4e7dd99b20e323b6e21d0246fa7cd8db4ee3..191065297219ec9c662fd15a2ea916d1bcbd8cf3 100644
--- a/chrome/test/base/always_on_top_window_killer_win.cc
+++ b/chrome/test/base/always_on_top_window_killer_win.cc
@@ -9,6 +9,7 @@
#include <string>
#include "base/logging.h"
+#include "base/macros.h"
namespace {
« no previous file with comments | « chrome/service/service_utility_process_host.cc ('k') | chrome/test/base/browser_with_test_window_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698