Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3772)

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 71743002: [Toolbar Views] Move toolbar files to a new subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/toolbar/toolbar_view.h
diff --git a/chrome/browser/ui/views/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
similarity index 97%
rename from chrome/browser/ui/views/toolbar_view.h
rename to chrome/browser/ui/views/toolbar/toolbar_view.h
index 33e326e7f8125946ce252b49f7169f31185895fe..b5d11e70b923465117d8fb3733e88aba42f3286b 100644
--- a/chrome/browser/ui/views/toolbar_view.h
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_VIEW_H_
-#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_VIEW_H_
+#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_
+#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_
#include <set>
#include <string>
@@ -14,7 +14,6 @@
#include "chrome/browser/command_observer.h"
#include "chrome/browser/ui/toolbar/back_forward_menu_model.h"
#include "chrome/browser/ui/views/location_bar/location_bar_view.h"
-#include "chrome/browser/ui/views/reload_button.h"
#include "ui/base/accelerators/accelerator.h"
#include "ui/views/accessible_pane_view.h"
#include "ui/views/controls/button/menu_button.h"
@@ -24,6 +23,7 @@
class BrowserActionsContainer;
class Browser;
class HomeImageButton;
+class ReloadButton;
class WrenchMenu;
class WrenchMenuModel;
class WrenchToolbarButton;
@@ -235,4 +235,4 @@ class ToolbarView : public views::AccessiblePaneView,
DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarView);
};
-#endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_VIEW_H_
+#endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698