| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index bf19e4303bf4d7adffd3f9adefd1dac282e658b6..3b311d43cb47bdd2948035833ce9f77f35e31eb4 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -77,7 +77,7 @@ include_rules = [
|
| # Code in chrome should not use ash::SessionStateDelegate and friends.
|
| # Instead, use SessionManager/UserManager/SessionControllerClient directly
|
| # since they are part of chrome.
|
| - "-ash/session",
|
| + "-ash/common/session",
|
|
|
| # Explicitly disallow using SyncMessageFilter to prevent browser from
|
| # sending synchronous IPC messages on non-UI threads.
|
|
|