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

Unified Diff: components/sessions/core/base_session_service_test_helper.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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
Index: components/sessions/core/base_session_service_test_helper.h
diff --git a/components/sessions/core/base_session_service_test_helper.h b/components/sessions/core/base_session_service_test_helper.h
index a8092dd812612fbbce1f5bfc07c84fb40b8c70a7..438bbbd4b1a78b9f319ca25db1204b2e80418d8c 100644
--- a/components/sessions/core/base_session_service_test_helper.h
+++ b/components/sessions/core/base_session_service_test_helper.h
@@ -5,8 +5,8 @@
#ifndef COMPONENTS_SESSIONS_CORE_BASE_SESSION_SERVICE_TEST_HELPER_H_
#define COMPONENTS_SESSIONS_CORE_BASE_SESSION_SERVICE_TEST_HELPER_H_
-#include "base/basictypes.h"
#include "base/callback.h"
+#include "base/macros.h"
#include "base/memory/scoped_vector.h"
#include "base/task/cancelable_task_tracker.h"
« no previous file with comments | « components/sessions/core/base_session_service_commands.cc ('k') | components/sessions/core/in_memory_tab_restore_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698