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

Unified Diff: printing/printing_context_gtk.cc

Issue 9271061: Cleanup: Remove static storage for variables in an unnamed namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style change. Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/printed_document.cc ('k') | remoting/client/chromoting_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_gtk.cc
diff --git a/printing/printing_context_gtk.cc b/printing/printing_context_gtk.cc
index 88e57e662377ce3a55327110203ade7dcfcb8292..af97906de676deff5650bebbbb275a92a1a9dd58 100644
--- a/printing/printing_context_gtk.cc
+++ b/printing/printing_context_gtk.cc
@@ -15,10 +15,12 @@
#include "printing/units.h"
namespace {
- // Function pointer for creating print dialogs. |callback| is only used when
- // |show_dialog| is true.
- static printing::PrintDialogGtkInterface* (*create_dialog_func_)(
- printing::PrintingContextGtk* context) = NULL;
+
+// Function pointer for creating print dialogs. |callback| is only used when
+// |show_dialog| is true.
+printing::PrintDialogGtkInterface* (*create_dialog_func_)(
+ printing::PrintingContextGtk* context) = NULL;
+
} // namespace
namespace printing {
« no previous file with comments | « printing/printed_document.cc ('k') | remoting/client/chromoting_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698