Commit 66fb53c8 authored by tfarina@chromium.org's avatar tfarina@chromium.org

Remove browser_view.h include from extension_browsertests_misc.cc

BUG=125846
R=ben@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10383195

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137231 0039d316-1c4b-4281-b951-d872f2087c98
parent 4bceb6aa
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/chrome_browser_main_extra_parts_views.h" #include "chrome/browser/chrome_browser_main_extra_parts_views.h"
#include <string>
#include "base/command_line.h"
#include "chrome/browser/ui/views/chrome_views_delegate.h" #include "chrome/browser/ui/views/chrome_views_delegate.h"
#include "chrome/common/chrome_switches.h"
#include "ui/views/widget/widget.h"
ChromeBrowserMainExtraPartsViews::ChromeBrowserMainExtraPartsViews() ChromeBrowserMainExtraPartsViews::ChromeBrowserMainExtraPartsViews()
: ChromeBrowserMainExtraParts() { : ChromeBrowserMainExtraParts() {
......
...@@ -32,10 +32,6 @@ ...@@ -32,10 +32,6 @@
#include "net/test/test_server.h" #include "net/test/test_server.h"
#include "webkit/glue/webpreferences.h" #include "webkit/glue/webpreferences.h"
#if defined(TOOLKIT_VIEWS)
#include "chrome/browser/ui/views/frame/browser_view.h"
#endif
using content::NavigationController; using content::NavigationController;
using content::WebContents; using content::WebContents;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment