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

Unified Diff: chrome/browser/favicon/favicon_utils.h

Issue 1208963003: Move GN obj files to target-specific dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: \ Created 5 years, 5 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/favicon/favicon_helper.cc ('k') | chrome/browser/favicon/favicon_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/favicon/favicon_utils.h
diff --git a/chrome/browser/favicon/favicon_helper.h b/chrome/browser/favicon/favicon_utils.h
similarity index 84%
rename from chrome/browser/favicon/favicon_helper.h
rename to chrome/browser/favicon/favicon_utils.h
index 9b9af3655883198f5818e1177d1c3d4663b07adc..e8b8ad01a6e9cb9fbe0799378fc5eb775c76ef51 100644
--- a/chrome/browser/favicon/favicon_helper.h
+++ b/chrome/browser/favicon/favicon_utils.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_FAVICON_FAVICON_HELPER_H_
-#define CHROME_BROWSER_FAVICON_FAVICON_HELPER_H_
+#ifndef CHROME_BROWSER_FAVICON_FAVICON_UTILS_H_
+#define CHROME_BROWSER_FAVICON_FAVICON_UTILS_H_
#include "components/favicon/content/content_favicon_driver.h"
@@ -23,4 +23,4 @@ bool ShouldDisplayFavicon(content::WebContents* web_contents);
} // namespace favicon
-#endif // CHROME_BROWSER_FAVICON_FAVICON_HELPER_H_
+#endif // CHROME_BROWSER_FAVICON_FAVICON_UTILS_H_
« no previous file with comments | « chrome/browser/favicon/favicon_helper.cc ('k') | chrome/browser/favicon/favicon_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698