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

Unified Diff: blimp/client/core/blimp_client_switches.h

Issue 2154363002: Move blimp switches to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/client/core/blimp_client_switches.h
diff --git a/blimp/client/app/blimp_client_switches.h b/blimp/client/core/blimp_client_switches.h
similarity index 83%
rename from blimp/client/app/blimp_client_switches.h
rename to blimp/client/core/blimp_client_switches.h
index 108cf0181c902a1f06a8d321ad83201696a662d0..50b88cfcb1f5bf0ccb0ee43f655d54496568164f 100644
--- a/blimp/client/app/blimp_client_switches.h
+++ b/blimp/client/core/blimp_client_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.
-// Defines all the command-line switches used by //blimp.
+// Defines all the command-line switches used by //blimp/client/core.
-#ifndef BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_
-#define BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_
+#ifndef BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
+#define BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
namespace blimp {
namespace switches {
@@ -36,4 +36,4 @@ extern const char kDownloadWholeDocument[];
} // namespace switches
} // namespace blimp
-#endif // BLIMP_CLIENT_APP_BLIMP_CLIENT_SWITCHES_H_
+#endif // BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698