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

Side by Side Diff: chrome/browser/printing/print_view_manager.h

Issue 6598086: Update more includes that were pointing to the old locations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 9 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
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 #ifndef CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_H_ 5 #ifndef CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_H_
6 #define CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_H_ 6 #define CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/ref_counted.h" 9 #include "base/ref_counted.h"
10 #include "base/string16.h" 10 #include "base/string16.h"
11 #include "chrome/browser/tab_contents/tab_contents_observer.h"
12 #include "chrome/common/notification_observer.h" 11 #include "chrome/common/notification_observer.h"
13 #include "chrome/common/notification_registrar.h" 12 #include "chrome/common/notification_registrar.h"
13 #include "content/browser/tab_contents/tab_contents_observer.h"
14 #include "printing/printed_pages_source.h" 14 #include "printing/printed_pages_source.h"
15 15
16 class RenderViewHost; 16 class RenderViewHost;
17 class TabContents; 17 class TabContents;
18 struct ViewHostMsg_DidPrintPage_Params; 18 struct ViewHostMsg_DidPrintPage_Params;
19 19
20 namespace printing { 20 namespace printing {
21 21
22 class JobEventDetails; 22 class JobEventDetails;
23 class PrintJob; 23 class PrintJob;
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 // we are _blocking_ until all the necessary pages have been rendered or the 123 // we are _blocking_ until all the necessary pages have been rendered or the
124 // print settings are being loaded. 124 // print settings are being loaded.
125 bool inside_inner_message_loop_; 125 bool inside_inner_message_loop_;
126 126
127 DISALLOW_COPY_AND_ASSIGN(PrintViewManager); 127 DISALLOW_COPY_AND_ASSIGN(PrintViewManager);
128 }; 128 };
129 129
130 } // namespace printing 130 } // namespace printing
131 131
132 #endif // CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_H_ 132 #endif // CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_preview_message_handler.h ('k') | chrome/browser/repost_form_warning_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698