| Index: chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc (revision 261647)
|
| +++ chrome/browser/media/chrome_webrtc_video_quality_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 "base/command_line.h"
|
| #include "base/environment.h"
|
| #include "base/file_util.h"
|
| #include "base/path_service.h"
|
| @@ -23,7 +24,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| -#include "chrome/test/ui/ui_test.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| #include "media/base/media_switches.h"
|
|
|