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

Unified Diff: chrome/browser/extensions/api/messaging/native_process_launcher.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
Index: chrome/browser/extensions/api/messaging/native_process_launcher.h
diff --git a/chrome/browser/extensions/api/messaging/native_process_launcher.h b/chrome/browser/extensions/api/messaging/native_process_launcher.h
index 601823dd6869f7864dd332bfad8ab23bcb9c7de4..6694bdc2a345a083d12a86237033210be340c81e 100644
--- a/chrome/browser/extensions/api/messaging/native_process_launcher.h
+++ b/chrome/browser/extensions/api/messaging/native_process_launcher.h
@@ -11,10 +11,10 @@
#include "base/process/process.h"
#include "ui/gfx/native_widget_types.h"
-class CommandLine;
class GURL;
namespace base {
+class CommandLine;
class FilePath;
}
@@ -67,7 +67,7 @@ class NativeProcessLauncher {
std::string* error_message);
// Launches native messaging process.
- static bool LaunchNativeProcess(const CommandLine& command_line,
+ static bool LaunchNativeProcess(const base::CommandLine& command_line,
base::ProcessHandle* process_handle,
base::PlatformFile* read_file,
base::PlatformFile* write_file);

Powered by Google App Engine
This is Rietveld 408576698