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

Side by Side Diff: components/favicon_base/favicon_types.h

Issue 832953002: Cleanup: Update the path to gfx size headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « components/dom_distiller/core/viewer.h ('k') | components/favicon_base/favicon_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_ 5 #ifndef COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_
6 #define COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_ 6 #define COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_
7 7
8 #include "base/memory/ref_counted_memory.h" 8 #include "base/memory/ref_counted_memory.h"
9 #include "ui/gfx/geometry/size.h"
9 #include "ui/gfx/image/image.h" 10 #include "ui/gfx/image/image.h"
10 #include "ui/gfx/size.h"
11 #include "url/gurl.h" 11 #include "url/gurl.h"
12 12
13 namespace favicon_base { 13 namespace favicon_base {
14 14
15 typedef int64 FaviconID; 15 typedef int64 FaviconID;
16 16
17 // Defines the icon types. They are also stored in icon_type field of favicons 17 // Defines the icon types. They are also stored in icon_type field of favicons
18 // table. 18 // table.
19 // The values of the IconTypes are used to select the priority in which favicon 19 // The values of the IconTypes are used to select the priority in which favicon
20 // data is returned in HistoryBackend and ThumbnailDatabase. Data for the 20 // data is returned in HistoryBackend and ThumbnailDatabase. Data for the
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 IconType icon_type; 68 IconType icon_type;
69 }; 69 };
70 70
71 // Define type with same structure as FaviconRawBitmapResult for passing data to 71 // Define type with same structure as FaviconRawBitmapResult for passing data to
72 // HistoryBackend::SetFavicons(). 72 // HistoryBackend::SetFavicons().
73 typedef FaviconRawBitmapResult FaviconRawBitmapData; 73 typedef FaviconRawBitmapResult FaviconRawBitmapData;
74 74
75 } // namespace favicon_base 75 } // namespace favicon_base
76 76
77 #endif // COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_ 77 #endif // COMPONENTS_FAVICON_BASE_FAVICON_TYPES_H_
OLDNEW
« no previous file with comments | « components/dom_distiller/core/viewer.h ('k') | components/favicon_base/favicon_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698