| Index: extensions/shell/browser/shell_display_info_provider.cc
|
| diff --git a/extensions/shell/browser/shell_display_info_provider.cc b/extensions/shell/browser/shell_display_info_provider.cc
|
| index 1666136e2bd35f8b8766abcffb62210277ff287b..32239ab0a26170d9276a2c5169712931e0e9adb7 100644
|
| --- a/extensions/shell/browser/shell_display_info_provider.cc
|
| +++ b/extensions/shell/browser/shell_display_info_provider.cc
|
| @@ -14,7 +14,7 @@ ShellDisplayInfoProvider::~ShellDisplayInfoProvider() {
|
|
|
| bool ShellDisplayInfoProvider::SetInfo(
|
| const std::string& display_id,
|
| - const core_api::system_display::DisplayProperties& info,
|
| + const api::system_display::DisplayProperties& info,
|
| std::string* error) {
|
| *error = "Not implemented";
|
| return false;
|
| @@ -22,7 +22,7 @@ bool ShellDisplayInfoProvider::SetInfo(
|
|
|
| void ShellDisplayInfoProvider::UpdateDisplayUnitInfoForPlatform(
|
| const gfx::Display& display,
|
| - extensions::core_api::system_display::DisplayUnitInfo* unit) {
|
| + extensions::api::system_display::DisplayUnitInfo* unit) {
|
| static bool logged_once = false;
|
| if (!logged_once) {
|
| NOTIMPLEMENTED();
|
|
|