Create components/account_id/ .
This CL creates new component components/account_id/ by moving existing files
out of components/signin/.
Basically it moves:
components/{signin/core => }/account_id/
components/{signin/public => account_id}/interfaces/BUILD.gn
Most of the changes are purely mechanical:
git-gs 'include .components/signin/core/account_id/account_id.h' | sed 's/:.*$//' | xargs sed -i 's#components/signin/core/account_id/account_id.h#components/account_id/account_id.h#'
find . -mount -name DEPS | xargs sed -i 's#components/signin/core/account_id#components/account_id#'
find . -mount -name '*mojom' | xargs sed -i 's#components/signin/public/#components/account_id#'
find . -mount -name '*.gn' -type f | xargs sed -i 's#components/signin/core/account_id#components/account_id#'
components/account_id/DEPS was created manually be stripping all the extra
deps it had in components/signin/DEPS .
Bug: 727549,462823
Change-Id: I9c0752a0503affef87c032453b6b5023b41e8e77
Reviewed-on: https://chromium-review.googlesource.com/1036504
Commit-Queue: Alexander Alekseev <[email protected]>
Reviewed-by: Maksim Ivanov <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Reviewed-by: Alexander Alekseev <[email protected]>
Reviewed-by: Mustafa Emre Acer <[email protected]>
Reviewed-by: Mihai Sardarescu <[email protected]>
Reviewed-by: David Roger <[email protected]>
Reviewed-by: Roger Tawa <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Commit-Position: refs/heads/master@{#555657}
diff --git a/components/arc/arc_data_remover_unittest.cc b/components/arc/arc_data_remover_unittest.cc
index d2ea11e..39693b8 100644
--- a/components/arc/arc_data_remover_unittest.cc
+++ b/components/arc/arc_data_remover_unittest.cc
@@ -12,9 +12,9 @@
#include "chromeos/cryptohome/cryptohome_parameters.h"
#include "chromeos/dbus/dbus_thread_manager.h"
#include "chromeos/dbus/fake_session_manager_client.h"
+#include "components/account_id/account_id.h"
#include "components/arc/arc_prefs.h"
#include "components/prefs/testing_pref_service.h"
-#include "components/signin/core/account_id/account_id.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace arc {