Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc
diff --git a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc
index 1811306000fc18dcfc0bc2486f81c1ba535a0ac9..4dabecc0d909e1e0f72d186742310a4162682ff2 100644
--- a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc
+++ b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc
@@ -10,7 +10,7 @@
#include <set>
#include <utility>
-#include "ash/common/multi_profile_uma.h"
+#include "ash/multi_profile_uma.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/command_line.h"

Powered by Google App Engine