diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-29 16:15:49 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-29 16:15:49 +0000 |
commit | 54d36881013349cd42e0525c30860f655710a029 (patch) | |
tree | cfe5966906d052249cbe22f38d387d4da0389726 /chrome/browser/browser_focus_uitest.cc | |
parent | 8759782e334bf963cd385cb8a7f89400afe21b7f (diff) | |
download | chromium_src-54d36881013349cd42e0525c30860f655710a029.zip chromium_src-54d36881013349cd42e0525c30860f655710a029.tar.gz chromium_src-54d36881013349cd42e0525c30860f655710a029.tar.bz2 |
Revert 45936 - The app launcher now uses the location bar (instead of the autocomplete edit), so
it has "tab to search" and the icons on the left side,
Also split location_bar_view.cc so that every innerclass gets its own .h and .cc
file.
BUG=None
TEST=Make sure the location bar works as expected (tab to search, bookmark star,
page actions...).
Open the app launcher, make sure "tab to search" works as expected.
Review URL: http://codereview.chromium.org/1746009
TBR=jcivelli@google.com
Review URL: http://codereview.chromium.org/1737021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_focus_uitest.cc')
-rw-r--r-- | chrome/browser/browser_focus_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_focus_uitest.cc b/chrome/browser/browser_focus_uitest.cc index b5c9df23..d6a1d28 100644 --- a/chrome/browser/browser_focus_uitest.cc +++ b/chrome/browser/browser_focus_uitest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -25,7 +25,7 @@ #if defined(TOOLKIT_VIEWS) #include "chrome/browser/views/frame/browser_view.h" -#include "chrome/browser/views/location_bar/location_bar_view.h" +#include "chrome/browser/views/location_bar_view.h" #include "chrome/browser/views/tab_contents/tab_contents_container.h" #endif |