| Index: apps/shell_integration_android.cc
|
| diff --git a/chrome/browser/shell_integration_android.cc b/apps/shell_integration_android.cc
|
| similarity index 95%
|
| rename from chrome/browser/shell_integration_android.cc
|
| rename to apps/shell_integration_android.cc
|
| index 30623860b64d073a5ba434fc90d3a405df4d3add..f7ec75fe2a4273c69ca1b5d1104ab233e83d9aca 100644
|
| --- a/chrome/browser/shell_integration_android.cc
|
| +++ b/apps/shell_integration_android.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "apps/shell_integration.h"
|
| #include "base/logging.h"
|
| -#include "chrome/browser/shell_integration.h"
|
|
|
| // TODO: crbug/115375 to track implementation for following methods.
|
| // static
|
|
|