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

Unified Diff: components/password_manager/core/browser/password_manager_settings_migration_experiment_unittest.cc

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/password_manager/core/browser/password_manager_settings_migration_experiment_unittest.cc
diff --git a/components/password_manager/core/browser/password_manager_settings_migration_experiment_unittest.cc b/components/password_manager/core/browser/password_manager_settings_migration_experiment_unittest.cc
index e521ea2748610b2aeaf916307e610d79919b3d58..3c924d7a0de6c8cc81c1175c54187e8b032b0be8 100644
--- a/components/password_manager/core/browser/password_manager_settings_migration_experiment_unittest.cc
+++ b/components/password_manager/core/browser/password_manager_settings_migration_experiment_unittest.cc
@@ -4,6 +4,7 @@
#include "components/password_manager/core/browser/password_manager_settings_migration_experiment.h"
+#include "base/macros.h"
#include "base/metrics/field_trial.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698