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

Side by Side Diff: chrome/common/common_param_traits.cc

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/common_param_traits.h ('k') | chrome/common/common_param_traits_unittest.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 (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #include "chrome/common/common_param_traits.h" 5 #include "chrome/common/common_param_traits.h"
6 6
7 #include "base/time.h" 7 #include "base/time.h"
8 #include "chrome/common/chrome_constants.h" 8 #include "chrome/common/chrome_constants.h"
9 #include "chrome/common/content_settings.h" 9 #include "chrome/common/content_settings.h"
10 #include "chrome/common/geoposition.h" 10 #include "chrome/common/geoposition.h"
11 #include "chrome/common/thumbnail_score.h" 11 #include "chrome/common/thumbnail_score.h"
12 #include "chrome/common/web_apps.h" 12 #include "chrome/common/web_apps.h"
13 #include "gfx/rect.h"
14 #include "googleurl/src/gurl.h" 13 #include "googleurl/src/gurl.h"
15 #include "net/base/upload_data.h" 14 #include "net/base/upload_data.h"
16 #include "printing/backend/print_backend.h" 15 #include "printing/backend/print_backend.h"
17 #include "printing/native_metafile.h" 16 #include "printing/native_metafile.h"
18 #include "printing/page_range.h" 17 #include "printing/page_range.h"
18 #include "ui/gfx/rect.h"
19 19
20 #ifndef EXCLUDE_SKIA_DEPENDENCIES 20 #ifndef EXCLUDE_SKIA_DEPENDENCIES
21 #include "third_party/skia/include/core/SkBitmap.h" 21 #include "third_party/skia/include/core/SkBitmap.h"
22 #endif 22 #endif
23 #include "webkit/glue/password_form.h" 23 #include "webkit/glue/password_form.h"
24 24
25 namespace IPC { 25 namespace IPC {
26 26
27 #ifndef EXCLUDE_SKIA_DEPENDENCIES 27 #ifndef EXCLUDE_SKIA_DEPENDENCIES
28 28
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 l->append(","); 714 l->append(",");
715 LogParam(p.caps_mime_type, l); 715 LogParam(p.caps_mime_type, l);
716 l->append(","); 716 l->append(",");
717 LogParam(p.printer_defaults, l); 717 LogParam(p.printer_defaults, l);
718 l->append(","); 718 l->append(",");
719 LogParam(p.defaults_mime_type, l); 719 LogParam(p.defaults_mime_type, l);
720 l->append(")"); 720 l->append(")");
721 } 721 }
722 722
723 } // namespace IPC 723 } // namespace IPC
OLDNEW
« no previous file with comments | « chrome/common/common_param_traits.h ('k') | chrome/common/common_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698