| Index: components/arc/intent_helper/page_transition_util.cc
|
| diff --git a/chrome/browser/chromeos/arc/page_transition_util.cc b/components/arc/intent_helper/page_transition_util.cc
|
| similarity index 94%
|
| rename from chrome/browser/chromeos/arc/page_transition_util.cc
|
| rename to components/arc/intent_helper/page_transition_util.cc
|
| index 070e9fdfdcb066e3d76ca834e4fd253e89c3087c..89389a2757fd6361af9b453b653eaa383f9527c3 100644
|
| --- a/chrome/browser/chromeos/arc/page_transition_util.cc
|
| +++ b/components/arc/intent_helper/page_transition_util.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/arc/page_transition_util.h"
|
| +#include "components/arc/intent_helper/page_transition_util.h"
|
|
|
| namespace arc {
|
|
|
|
|