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

Unified Diff: chrome/browser/jumplist_updater_win.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/jankometer_mac.cc ('k') | chrome/browser/media/test_license_server_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/jumplist_updater_win.h
diff --git a/chrome/browser/jumplist_updater_win.h b/chrome/browser/jumplist_updater_win.h
index 16de382735876a8faabd123ae57632a949b8f8fd..283a2708d556277e8295a6fca606afdb50da91b5 100644
--- a/chrome/browser/jumplist_updater_win.h
+++ b/chrome/browser/jumplist_updater_win.h
@@ -30,7 +30,7 @@ class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {
const SkBitmap& icon_data() const { return icon_data_; }
std::wstring GetArguments() const;
- CommandLine* GetCommandLine();
+ base::CommandLine* GetCommandLine();
void set_title(const std::wstring& title) {
title_ = title;
@@ -50,7 +50,7 @@ class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {
~ShellLinkItem();
// Used for storing and appending command-line arguments.
- CommandLine command_line_;
+ base::CommandLine command_line_;
// The string to be displayed in a JumpList.
std::wstring title_;
« no previous file with comments | « chrome/browser/jankometer_mac.cc ('k') | chrome/browser/media/test_license_server_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698