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

Unified Diff: components/undo/undo_manager_test.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (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 | « components/undo/undo_manager.h ('k') | components/update_client/action.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/undo_manager_test.cc
diff --git a/components/undo/undo_manager_test.cc b/components/undo/undo_manager_test.cc
index 5053572182ebe01a262acf3740d2b763fe84f46d..21efdb72b2f76dd7a6488be032190e721f455ce6 100644
--- a/components/undo/undo_manager_test.cc
+++ b/components/undo/undo_manager_test.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "base/auto_reset.h"
+#include "base/macros.h"
#include "components/undo/undo_manager.h"
#include "components/undo/undo_manager_observer.h"
#include "components/undo/undo_operation.h"
« no previous file with comments | « components/undo/undo_manager.h ('k') | components/update_client/action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698