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

Unified Diff: components/favicon_base/select_favicon_frames.h

Issue 246893004: Moves SelectFaviconFrames from history to favicon_base component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed 64 bits v2. Created 6 years, 8 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 | « components/favicon_base/DEPS ('k') | components/favicon_base/select_favicon_frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon_base/select_favicon_frames.h
diff --git a/chrome/browser/history/select_favicon_frames.h b/components/favicon_base/select_favicon_frames.h
similarity index 93%
rename from chrome/browser/history/select_favicon_frames.h
rename to components/favicon_base/select_favicon_frames.h
index 9a116560806809f7143f72a3813f79983d772021..3ecf9ed3ff3c7dd3808c9bbe37d0b076c5b055aa 100644
--- a/chrome/browser/history/select_favicon_frames.h
+++ b/components/favicon_base/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_HISTORY_SELECT_FAVICON_FRAMES_H_
-#define CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
+#ifndef COMPONENTS_FAVICON_BASE_SELECT_FAVICON_FRAMES_H_
+#define COMPONENTS_FAVICON_BASE_SELECT_FAVICON_FRAMES_H_
#include <vector>
@@ -59,4 +59,4 @@ void SelectFaviconFrameIndices(
std::vector<size_t>* best_indices,
float* score);
-#endif // CHROME_BROWSER_HISTORY_SELECT_FAVICON_FRAMES_H_
+#endif // COMPONENTS_FAVICON_BASE_SELECT_FAVICON_FRAMES_H_
« no previous file with comments | « components/favicon_base/DEPS ('k') | components/favicon_base/select_favicon_frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698