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

Unified Diff: chrome/browser/history/select_favicon_frames.h

Issue 10908114: Move SelectFaviconFrames from favicon/ to history/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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
Index: chrome/browser/history/select_favicon_frames.h
diff --git a/chrome/browser/favicon/select_favicon_frames.h b/chrome/browser/history/select_favicon_frames.h
similarity index 85%
rename from chrome/browser/favicon/select_favicon_frames.h
rename to chrome/browser/history/select_favicon_frames.h
index 768d394653caa5568c998be716f09be145824932..22a596832f2253c67587def56abcb3a6ea809c91 100644
--- a/chrome/browser/favicon/select_favicon_frames.h
+++ b/chrome/browser/history/select_favicon_frames.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_SELECT_FAVICON_FRAMES_H_
-#define CHROME_BROWSER_FAVICON_SELECT_FAVICON_FRAMES_H_
+#ifndef CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
+#define CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
#include <vector>
@@ -30,4 +30,4 @@ gfx::ImageSkia SelectFaviconFrames(
int desired_size,
float* score);
-#endif // CHROME_BROWSER_FAVICON_SELECT_FAVICON_FRAMES_H_
+#endif // CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
« no previous file with comments | « chrome/browser/favicon/select_favicon_frames_unittest.cc ('k') | chrome/browser/history/select_favicon_frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698