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

Unified Diff: chrome/browser/views/star_toggle.h

Issue 39022: Convert NavigationEntry title to string16. TabContents::GetTitle no longer ne... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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/views/sad_tab_view.h ('k') | chrome/browser/views/tab_icon_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/star_toggle.h
===================================================================
--- chrome/browser/views/star_toggle.h (revision 10809)
+++ chrome/browser/views/star_toggle.h (working copy)
@@ -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_VIEWS_STAR_TOGGLE_H__
-#define CHROME_BROWSER_VIEWS_STAR_TOGGLE_H__
+#ifndef CHROME_BROWSER_VIEWS_STAR_TOGGLE_H_
+#define CHROME_BROWSER_VIEWS_STAR_TOGGLE_H_
#include "chrome/views/view.h"
#include "chrome/views/event.h"
@@ -66,5 +66,4 @@
DISALLOW_EVIL_CONSTRUCTORS(StarToggle);
};
-#endif // CHROME_BROWSER_VIEWS_STAR_TOGGLE_H__
-
+#endif // CHROME_BROWSER_VIEWS_STAR_TOGGLE_H_
« no previous file with comments | « chrome/browser/views/sad_tab_view.h ('k') | chrome/browser/views/tab_icon_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698