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

Unified Diff: components/undo/bookmark_undo_utils.h

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/bookmark_undo_service_test.cc ('k') | components/undo/undo_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/bookmark_undo_utils.h
diff --git a/components/undo/bookmark_undo_utils.h b/components/undo/bookmark_undo_utils.h
index 987e27284c45b279feed3d7e04745d7d2c99e408..e0eeead424444a5e6d5dfadf8dcaab30eca30052 100644
--- a/components/undo/bookmark_undo_utils.h
+++ b/components/undo/bookmark_undo_utils.h
@@ -5,7 +5,7 @@
#ifndef COMPONENTS_UNDO_BOOKMARK_UNDO_UTILS_H_
#define COMPONENTS_UNDO_BOOKMARK_UNDO_UTILS_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
class BookmarkUndoService;
class UndoManager;
« no previous file with comments | « components/undo/bookmark_undo_service_test.cc ('k') | components/undo/undo_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698