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

Unified Diff: chrome/browser/printing/printing_ui_web_contents_observer.h

Issue 492623004: Put PrintingUIWebContentsObserver and PrintingMessageFilter into printing namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: chrome/browser/printing/printing_ui_web_contents_observer.h
diff --git a/chrome/browser/printing/printing_ui_web_contents_observer.h b/chrome/browser/printing/printing_ui_web_contents_observer.h
index 52f285ab0b7bc40da334a3b84997a3efb6751f7c..8bda4a9f0816efedc48ae75c5c9f8995fa8c81c0 100644
--- a/chrome/browser/printing/printing_ui_web_contents_observer.h
+++ b/chrome/browser/printing/printing_ui_web_contents_observer.h
@@ -9,6 +9,8 @@
#include "content/public/browser/web_contents_observer.h"
#include "ui/gfx/native_widget_types.h"
+namespace printing {
+
// Wrapper used to keep track of the lifetime of a WebContents.
// Lives on the UI thread.
class PrintingUIWebContentsObserver : public content::WebContentsObserver {
@@ -23,4 +25,6 @@ class PrintingUIWebContentsObserver : public content::WebContentsObserver {
DISALLOW_COPY_AND_ASSIGN(PrintingUIWebContentsObserver);
};
+} // namespace printing
+
#endif // CHROME_BROWSER_PRINTING_PRINTING_UI_WEB_CONTENTS_OBSERVER_H_
« no previous file with comments | « chrome/browser/printing/printing_message_filter.cc ('k') | chrome/browser/printing/printing_ui_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698