diff options
Diffstat (limited to 'chrome/browser/chromeos/volume_bubble_browsertest.cc')
-rw-r--r-- | chrome/browser/chromeos/volume_bubble_browsertest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/volume_bubble_browsertest.cc b/chrome/browser/chromeos/volume_bubble_browsertest.cc index cbe6178..5a9b1af 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; |