| Index: chrome/browser/chromeos/volume_bubble_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/volume_bubble_browsertest.cc b/chrome/browser/chromeos/volume_bubble_browsertest.cc
|
| index cbe61781ed6bb435c725d085120c0cdc515ce221..5a9b1afe7ab3e7985a6118134764d515a900b49c 100644
|
| --- a/chrome/browser/chromeos/volume_bubble_browsertest.cc
|
| +++ b/chrome/browser/chromeos/volume_bubble_browsertest.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/chromeos/setting_level_bubble_view.h"
|
| #include "chrome/browser/chromeos/volume_bubble.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
| -#include "chrome/browser/chromeos/setting_level_bubble_view.h"
|
| -#include "views/view.h"
|
| +#include "ui/views/view.h"
|
|
|
| typedef InProcessBrowserTest VolumeBubbleTest;
|
|
|
|
|