| Index: apps/app_window_browsertest.cc
|
| diff --git a/apps/app_window_browsertest.cc b/apps/app_window_browsertest.cc
|
| index 22446a3656ee753998efb6a67363f5ea7fdd3e68..a132a1b62ba0287081478a2e919a66aca947c063 100644
|
| --- a/apps/app_window_browsertest.cc
|
| +++ b/apps/app_window_browsertest.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 "apps/ui/native_app_window.h"
|
| #include "chrome/browser/apps/app_browsertest_util.h"
|
| +#include "extensions/browser/app_window/native_app_window.h"
|
|
|
| using extensions::Extension;
|
| +using extensions::NativeAppWindow;
|
|
|
| namespace apps {
|
|
|
|
|