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

Unified Diff: chrome/browser/chromeos/wm_overview_favicon.h

Issue 6693021: fav icon -> favicon. Pass 5: fav_icon -> favicon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months 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
« no previous file with comments | « chrome/browser/chromeos/wm_overview_controller.cc ('k') | chrome/browser/chromeos/wm_overview_favicon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/wm_overview_favicon.h
diff --git a/chrome/browser/chromeos/wm_overview_fav_icon.h b/chrome/browser/chromeos/wm_overview_favicon.h
similarity index 68%
rename from chrome/browser/chromeos/wm_overview_fav_icon.h
rename to chrome/browser/chromeos/wm_overview_favicon.h
index 9edbe09952f9f82f4a0b2abd04f99e934c15194a..18228006520339dfa95ec170b27954a57c76a29c 100644
--- a/chrome/browser/chromeos/wm_overview_fav_icon.h
+++ b/chrome/browser/chromeos/wm_overview_favicon.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_CHROMEOS_WM_OVERVIEW_FAV_ICON_H_
-#define CHROME_BROWSER_CHROMEOS_WM_OVERVIEW_FAV_ICON_H_
+#ifndef CHROME_BROWSER_CHROMEOS_WM_OVERVIEW_FAVICON_H_
+#define CHROME_BROWSER_CHROMEOS_WM_OVERVIEW_FAVICON_H_
#pragma once
#include "views/widget/widget_gtk.h"
@@ -19,11 +19,11 @@ namespace chromeos {
class WmOverviewSnapshot;
// A single favicon displayed by WmOverviewController.
-class WmOverviewFavIcon : public views::WidgetGtk {
+class WmOverviewFavicon : public views::WidgetGtk {
public:
static const int kIconSize;
- WmOverviewFavIcon();
+ WmOverviewFavicon();
// Initializes the favicon to 0x0 size.
void Init(WmOverviewSnapshot* snapshot);
@@ -34,11 +34,11 @@ class WmOverviewFavIcon : public views::WidgetGtk {
private:
// This control is the contents view for this widget.
- views::ImageView* fav_icon_view_;
+ views::ImageView* favicon_view_;
- DISALLOW_COPY_AND_ASSIGN(WmOverviewFavIcon);
+ DISALLOW_COPY_AND_ASSIGN(WmOverviewFavicon);
};
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_WM_OVERVIEW_FAV_ICON_H_
+#endif // CHROME_BROWSER_CHROMEOS_WM_OVERVIEW_FAVICON_H_
« no previous file with comments | « chrome/browser/chromeos/wm_overview_controller.cc ('k') | chrome/browser/chromeos/wm_overview_favicon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698