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

Unified Diff: signaller.cc

Issue 553016: port to use centralized constants files, and add input validation (Closed)
Patch Set: address shell injection, otehr comments (per wad) Created 10 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 | « session_manager_unittest.cc ('k') | system_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: signaller.cc
diff --git a/signaller.cc b/signaller.cc
index 3e9b8da7a5d339e8aeeab167148ed11eb7a4c479..c9f298e488241940504686fb177af62a27652830 100644
--- a/signaller.cc
+++ b/signaller.cc
@@ -16,9 +16,9 @@
#include <base/command_line.h>
#include <base/logging.h>
#include <chromeos/dbus/dbus.h>
+#include <chromeos/dbus/service_constants.h>
#include "login_manager/ipc_channel.h"
#include "login_manager/bindings/client.h"
-#include "login_manager/constants.h"
namespace switches {
static const char kExitSad[] = "exit-sad";
« no previous file with comments | « session_manager_unittest.cc ('k') | system_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698