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

Unified Diff: chrome/browser/ui/views/toolbar/reload_button.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/reload_button.h
diff --git a/chrome/browser/ui/views/reload_button.h b/chrome/browser/ui/views/toolbar/reload_button.h
similarity index 95%
rename from chrome/browser/ui/views/reload_button.h
rename to chrome/browser/ui/views/toolbar/reload_button.h
index 94b60173528493f1508443c91c5a1f7785771cbd..16aea31abb8376a4753881677da31ad927d9ce4d 100644
--- a/chrome/browser/ui/views/reload_button.h
+++ b/chrome/browser/ui/views/toolbar/reload_button.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_RELOAD_BUTTON_H__
-#define CHROME_BROWSER_UI_VIEWS_RELOAD_BUTTON_H__
+#ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_RELOAD_BUTTON_H__
+#define CHROME_BROWSER_UI_VIEWS_TOOLBAR_RELOAD_BUTTON_H__
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
@@ -118,4 +118,4 @@ class ReloadButton : public views::ButtonDropDown,
DISALLOW_IMPLICIT_CONSTRUCTORS(ReloadButton);
};
-#endif // CHROME_BROWSER_UI_VIEWS_RELOAD_BUTTON_H__
+#endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_RELOAD_BUTTON_H__

Powered by Google App Engine
This is Rietveld 408576698