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

Unified Diff: chrome/browser/invalidation/invalidation_service_util.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/first_run/upgrade_util_win.h ('k') | chrome/browser/io_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/invalidation/invalidation_service_util.h
diff --git a/chrome/browser/invalidation/invalidation_service_util.h b/chrome/browser/invalidation/invalidation_service_util.h
index 7f44c316f2509c62156255d35da6650337b6f494..a18c7f547627ffb02633775bbb41910fc9da0bf6 100644
--- a/chrome/browser/invalidation/invalidation_service_util.h
+++ b/chrome/browser/invalidation/invalidation_service_util.h
@@ -7,12 +7,15 @@
#include "jingle/notifier/base/notifier_options.h"
+namespace base {
class CommandLine;
+}
namespace invalidation {
// Parses the given command line for notifier options.
-notifier::NotifierOptions ParseNotifierOptions(const CommandLine& command_line);
+notifier::NotifierOptions ParseNotifierOptions(
+ const base::CommandLine& command_line);
// Generates a unique client ID for the invalidator.
std::string GenerateInvalidatorClientId();
« no previous file with comments | « chrome/browser/first_run/upgrade_util_win.h ('k') | chrome/browser/io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698