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

Unified Diff: components/cryptauth/switches.h

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 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
« no previous file with comments | « components/cryptauth/secure_message_delegate.cc ('k') | components/cryptauth/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/switches.h
diff --git a/components/proximity_auth/cryptauth/switches.h b/components/cryptauth/switches.h
similarity index 63%
rename from components/proximity_auth/cryptauth/switches.h
rename to components/cryptauth/switches.h
index 6e01b94ecafea70084da196f078324c04475497c..51fecb6fb39c6d67c3ed04e33bec3e8983a17633 100644
--- a/components/proximity_auth/cryptauth/switches.h
+++ b/components/cryptauth/switches.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
-#define COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
+#ifndef COMPONENTS_CRYPTAUTH_SWITCHES_H_
+#define COMPONENTS_CRYPTAUTH_SWITCHES_H_
-namespace proximity_auth {
+namespace cryptauth {
namespace switches {
// All switches in alphabetical order. The switches should be documented
@@ -13,6 +13,6 @@ namespace switches {
extern const char kCryptAuthHTTPHost[];
} // namespace switches
-} // namespace proximity_auth
+} // namespace cryptauth
-#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_SWITCHES_H_
+#endif // COMPONENTS_CRYPTAUTH_SWITCHES_H_
« no previous file with comments | « components/cryptauth/secure_message_delegate.cc ('k') | components/cryptauth/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698