| Index: components/arc/intent_helper/page_transition_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/arc/page_transition_util_unittest.cc b/components/arc/intent_helper/page_transition_util_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/arc/page_transition_util_unittest.cc
|
| rename to components/arc/intent_helper/page_transition_util_unittest.cc
|
| index 8af8f38354d791bcd1e47e98281c090ed01fc26f..cb9e66a230e7a6d85d727b84ac538dd8205d0225 100644
|
| --- a/chrome/browser/chromeos/arc/page_transition_util_unittest.cc
|
| +++ b/components/arc/intent_helper/page_transition_util_unittest.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"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/page_transition_types.h"
|
|
|
|
|