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

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

Issue 2376573002: Cleanup blimp/client/core code organization. (Closed)
Patch Set: merged origin/master Created 4 years, 3 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/switches/blimp_client_switches.h
diff --git a/blimp/client/core/blimp_client_switches.h b/blimp/client/core/switches/blimp_client_switches.h
similarity index 86%
rename from blimp/client/core/blimp_client_switches.h
rename to blimp/client/core/switches/blimp_client_switches.h
index 50b88cfcb1f5bf0ccb0ee43f655d54496568164f..9100628b76b486d41af5eaac9efebfbaed609d3c 100644
--- a/blimp/client/core/blimp_client_switches.h
+++ b/blimp/client/core/switches/blimp_client_switches.h
@@ -4,8 +4,8 @@
// Defines all the command-line switches used by //blimp/client/core.
-#ifndef BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
-#define BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
+#ifndef BLIMP_CLIENT_CORE_SWITCHES_BLIMP_CLIENT_SWITCHES_H_
+#define BLIMP_CLIENT_CORE_SWITCHES_BLIMP_CLIENT_SWITCHES_H_
namespace blimp {
namespace switches {
@@ -36,4 +36,4 @@ extern const char kDownloadWholeDocument[];
} // namespace switches
} // namespace blimp
-#endif // BLIMP_CLIENT_CORE_BLIMP_CLIENT_SWITCHES_H_
+#endif // BLIMP_CLIENT_CORE_SWITCHES_BLIMP_CLIENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698