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

Unified Diff: blimp/common/switches.h

Issue 1958033003: Allows client to access auth token from command line specified file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed kmarshall's comments Created 4 years, 7 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: blimp/common/switches.h
diff --git a/blimp/engine/app/switches.h b/blimp/common/switches.h
similarity index 80%
rename from blimp/engine/app/switches.h
rename to blimp/common/switches.h
index 6e25d738e1ee6a102a8127fae73b1a2085d36cb1..620c00c1e5062a3f552c5f8b2eaba09c6408c77a 100644
--- a/blimp/engine/app/switches.h
+++ b/blimp/common/switches.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_ENGINE_APP_SWITCHES_H_
-#define BLIMP_ENGINE_APP_SWITCHES_H_
+#ifndef BLIMP_COMMON_SWITCHES_H_
+#define BLIMP_COMMON_SWITCHES_H_
namespace blimp {
namespace engine {
Kevin M 2016/05/11 00:39:57 The "engine" namespace doesn't belong here.
CJ 2016/05/11 23:48:49 Done.
@@ -17,4 +17,4 @@ extern const char kEnginePort[];
} // namespace engine
} // namespace blimp
-#endif // BLIMP_ENGINE_APP_SWITCHES_H_
+#endif // BLIMP_COMMON_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698