| Index: trunk/src/chrome/browser/extensions/platform_app_browsertest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/extensions/platform_app_browsertest.cc (revision 215780)
|
| +++ trunk/src/chrome/browser/extensions/platform_app_browsertest.cc (working copy)
|
| @@ -2,7 +2,6 @@
|
| // 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/shell_window.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| @@ -32,6 +31,7 @@
|
| #include "chrome/browser/tab_contents/render_view_context_menu.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/extensions/application_launch.h"
|
| +#include "chrome/browser/ui/extensions/native_app_window.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
|
|