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

Unified Diff: components/proximity_auth/cryptauth/switches.h

Issue 1485873002: Fix #includes in components/proximity_auth/cryptauth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile for tests Created 5 years, 1 month 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: components/proximity_auth/cryptauth/switches.h
diff --git a/mojo/runner/host/switches.h b/components/proximity_auth/cryptauth/switches.h
similarity index 56%
copy from mojo/runner/host/switches.h
copy to components/proximity_auth/cryptauth/switches.h
index 54b767feb35a1d5bb08028f725c12cb3adf857c8..6e01b94ecafea70084da196f078324c04475497c 100644
--- a/mojo/runner/host/switches.h
+++ b/components/proximity_auth/cryptauth/switches.h
@@ -2,16 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_RUNNER_HOST_SWITCHES_H_
-#define MOJO_RUNNER_HOST_SWITCHES_H_
+#ifndef COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
+#define COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
+namespace proximity_auth {
namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kChildProcess[];
-extern const char kEnableSandbox[];
+extern const char kCryptAuthHTTPHost[];
} // namespace switches
+} // namespace proximity_auth
-#endif // MOJO_RUNNER_CHILD_SWITCHES_H_
+#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
« no previous file with comments | « components/proximity_auth/cryptauth/cryptauth_enroller_impl.cc ('k') | components/proximity_auth/cryptauth/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698