| Index: components/version_ui/version_handler_helper.h
|
| diff --git a/chromecast/base/cast_sys_info_util.h b/components/version_ui/version_handler_helper.h
|
| similarity index 35%
|
| copy from chromecast/base/cast_sys_info_util.h
|
| copy to components/version_ui/version_handler_helper.h
|
| index 05ca069d655685ee0d27e2675486317ba6ae7dc5..fbf57e79a8809c0107c8f4153d7d44b8a2548812 100644
|
| --- a/chromecast/base/cast_sys_info_util.h
|
| +++ b/components/version_ui/version_handler_helper.h
|
| @@ -2,20 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROMECAST_BASE_CAST_SYS_INFO_UTIL_H_
|
| -#define CHROMECAST_BASE_CAST_SYS_INFO_UTIL_H_
|
| -
|
| -#include <string>
|
| -#include <vector>
|
| +#ifndef COMPONENTS_VERSION_UI_VERSION_HANDLER_HELPER_H_
|
| +#define COMPONENTS_VERSION_UI_VERSION_HANDLER_HELPER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| -namespace chromecast {
|
| +namespace base {
|
| +class Value;
|
| +}
|
|
|
| -class CastSysInfo;
|
| +namespace version_ui {
|
|
|
| -scoped_ptr<CastSysInfo> CreateSysInfo();
|
| +// Returns the list of variations to be displayed on the chrome:://version page.
|
| +scoped_ptr<base::Value> GetVariationsList();
|
|
|
| -} // namespace chromecast
|
| +} // namespace version_ui
|
|
|
| -#endif // CHROMECAST_BASE_CAST_SYS_INFO_UTIL_H_
|
| +#endif // COMPONENTS_VERSION_UI_VERSION_HANDLER_HELPER_H_
|
|
|