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

Side by Side Diff: components/dom_distiller/core/viewer.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/distiller_page.h ('k') | components/favicon_base/favicon_types.h » ('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_DOM_DISTILLER_CORE_VIEWER_H_ 5 #ifndef COMPONENTS_DOM_DISTILLER_CORE_VIEWER_H_
6 #define COMPONENTS_DOM_DISTILLER_CORE_VIEWER_H_ 6 #define COMPONENTS_DOM_DISTILLER_CORE_VIEWER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "components/dom_distiller/core/distilled_page_prefs.h" 14 #include "components/dom_distiller/core/distilled_page_prefs.h"
15 #include "ui/gfx/size.h" 15 #include "ui/gfx/geometry/size.h"
16 16
17 namespace dom_distiller { 17 namespace dom_distiller {
18 18
19 class DistilledArticleProto; 19 class DistilledArticleProto;
20 class DistilledPageProto; 20 class DistilledPageProto;
21 class DomDistillerServiceInterface; 21 class DomDistillerServiceInterface;
22 class ViewerHandle; 22 class ViewerHandle;
23 class ViewRequestDelegate; 23 class ViewRequestDelegate;
24 24
25 namespace viewer { 25 namespace viewer {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 DistilledPagePrefs::FontFamily font); 80 DistilledPagePrefs::FontFamily font);
81 81
82 // Returns JavaScript corresponding to setting a specific theme. 82 // Returns JavaScript corresponding to setting a specific theme.
83 const std::string GetDistilledPageThemeJs(DistilledPagePrefs::Theme theme); 83 const std::string GetDistilledPageThemeJs(DistilledPagePrefs::Theme theme);
84 84
85 } // namespace viewer 85 } // namespace viewer
86 86
87 } // namespace dom_distiller 87 } // namespace dom_distiller
88 88
89 #endif // COMPONENTS_DOM_DISTILLER_CORE_VIEWER_H_ 89 #endif // COMPONENTS_DOM_DISTILLER_CORE_VIEWER_H_
OLDNEW
« no previous file with comments | « components/dom_distiller/core/distiller_page.h ('k') | components/favicon_base/favicon_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698