| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc (revision 211277)
|
| +++ chrome/browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc (working copy)
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_finder.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| @@ -10,7 +11,6 @@
|
| #include "chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h"
|
| #include "chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h"
|
| #include "chrome/browser/ui/views/frame/browser_view.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "ui/aura/client/aura_constants.h"
|
|
|