Index: base/base_switches.h |
diff --git a/base/base_switches.h b/base/base_switches.h |
index 464493a44cad735cd71aec7cf065a3e1b5de4075..b348a29a5791301ef261428bcbb590cccde681d7 100644 |
--- a/base/base_switches.h |
+++ b/base/base_switches.h |
@@ -7,6 +7,16 @@ |
#ifndef BASE_BASE_SWITCHES_H_ |
#define BASE_BASE_SWITCHES_H_ |
+#include "build/build_config.h" |
+ |
+#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES |
+ |
+namespace { |
+#include "base/base_switches.cc" |
+} // namespace |
+ |
+#else |
+ |
namespace switches { |
extern const char kDebugOnStart[]; |
@@ -22,4 +32,5 @@ extern const char kTraceToConsole[]; |
} // namespace switches |
+#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES |
#endif // BASE_BASE_SWITCHES_H_ |