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

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

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prerender/prerender_field_trial.h ('k') | chrome/browser/process_singleton.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_dialog_cloud.h
diff --git a/chrome/browser/printing/print_dialog_cloud.h b/chrome/browser/printing/print_dialog_cloud.h
index 950790305ddce93eb102a64a82d0da068a981578..47da7c8dc232347a9629f2270f971b365969953b 100644
--- a/chrome/browser/printing/print_dialog_cloud.h
+++ b/chrome/browser/printing/print_dialog_cloud.h
@@ -14,10 +14,10 @@
#include "ui/gfx/native_widget_types.h"
class Browser;
-class CommandLine;
class Profile;
namespace base {
+class CommandLine;
class FilePath;
}
@@ -59,7 +59,7 @@ void CreatePrintDialogForBytes(content::BrowserContext* browser_context,
// Parse switches from command_line and display the print dialog as appropriate.
bool CreatePrintDialogFromCommandLine(Profile* profile,
- const CommandLine& command_line);
+ const base::CommandLine& command_line);
// Creates a tab with Google sinnin page.
// Calls |callback| when complete.
« no previous file with comments | « chrome/browser/prerender/prerender_field_trial.h ('k') | chrome/browser/process_singleton.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698