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

Unified Diff: blimp/common/switches.cc

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.cc
diff --git a/blimp/engine/app/switches.cc b/blimp/common/switches.cc
similarity index 90%
rename from blimp/engine/app/switches.cc
rename to blimp/common/switches.cc
index d993d91685da2549d268ed236252cff7467c6a0f..bf21267ba74f336e169e57b0c8e13444f8306a6b 100644
--- a/blimp/engine/app/switches.cc
+++ b/blimp/common/switches.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/engine/app/switches.h"
+#include "blimp/common/switches.h"
namespace blimp {
namespace engine {

Powered by Google App Engine
This is Rietveld 408576698