| Index: ash/link_handler_model.cc
|
| diff --git a/chromecast/base/cast_constants.cc b/ash/link_handler_model.cc
|
| similarity index 52%
|
| copy from chromecast/base/cast_constants.cc
|
| copy to ash/link_handler_model.cc
|
| index 9caf71f48a0b0b5b45e02fcefdc099d4409e69a2..759ee2d0ec8af3a549602e75a6c79b4fc8528ca3 100644
|
| --- a/chromecast/base/cast_constants.cc
|
| +++ b/ash/link_handler_model.cc
|
| @@ -2,10 +2,11 @@
|
| // 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 "ash/link_handler_model.h"
|
|
|
| -namespace chromecast {
|
| +namespace ash {
|
|
|
| -const char kChromeResourceScheme[] = "chrome-resource";
|
| +LinkHandlerModel::Observer::~Observer() {}
|
| +LinkHandlerModel::~LinkHandlerModel() {}
|
|
|
| -} // namespace chromecast
|
| +} // namespace ash
|
|
|