| Index: components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| diff --git a/chromecast/base/cast_constants.cc b/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| similarity index 52%
|
| copy from chromecast/base/cast_constants.cc
|
| copy to components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..60a2d4f7eb9f7389eb2a02def60a0195d89520ff 100644
|
| --- a/chromecast/base/cast_constants.cc
|
| +++ b/components/arc/intent_helper/arc_intent_helper_bridge.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chromecast/base/cast_constants.h"
|
| +#include "components/arc/intent_helper/arc_intent_helper_bridge.h"
|
|
|
| -namespace chromecast {
|
| +namespace arc {
|
|
|
| -const char kChromeResourceScheme[] = "chrome-resource";
|
| +ArcIntentHelperBridge::~ArcIntentHelperBridge() {}
|
|
|
| -} // namespace chromecast
|
| +} // namespace arc
|
|
|