diff options
Diffstat (limited to 'chrome/browser/apps')
-rw-r--r-- | chrome/browser/apps/app_browsertest.cc | 2 | ||||
-rw-r--r-- | chrome/browser/apps/app_browsertest_util.cc | 2 | ||||
-rw-r--r-- | chrome/browser/apps/web_view_browsertest.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc index 792695a..e93de75 100644 --- a/chrome/browser/apps/app_browsertest.cc +++ b/chrome/browser/apps/app_browsertest.cc @@ -3,9 +3,9 @@ // found in the LICENSE file. #include "apps/launcher.h" -#include "apps/native_app_window.h" #include "apps/shell_window.h" #include "apps/shell_window_registry.h" +#include "apps/ui/native_app_window.h" #include "base/bind.h" #include "base/command_line.h" #include "base/file_util.h" diff --git a/chrome/browser/apps/app_browsertest_util.cc b/chrome/browser/apps/app_browsertest_util.cc index 7eb201d..6b75b5c 100644 --- a/chrome/browser/apps/app_browsertest_util.cc +++ b/chrome/browser/apps/app_browsertest_util.cc @@ -5,8 +5,8 @@ #include "chrome/browser/apps/app_browsertest_util.h" #include "apps/app_window_contents.h" -#include "apps/native_app_window.h" #include "apps/shell_window_registry.h" +#include "apps/ui/native_app_window.h" #include "base/command_line.h" #include "base/strings/stringprintf.h" #include "chrome/browser/extensions/api/tabs/tabs_api.h" diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc index 38d35b1..ae0db65 100644 --- a/chrome/browser/apps/web_view_browsertest.cc +++ b/chrome/browser/apps/web_view_browsertest.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "apps/native_app_window.h" +#include "apps/ui/native_app_window.h" #include "base/path_service.h" #include "base/strings/stringprintf.h" #include "base/strings/utf_string_conversions.h" |