| commit | 4416579b311cc64b476335b5d46ddbfa6131ed0e | [log] [tgz] |
|---|---|---|
| author | Scott Violet <[email protected]> | Thu Feb 22 02:08:08 2018 |
| committer | Commit Bot <[email protected]> | Thu Feb 22 02:08:08 2018 |
| tree | 2c22b08746eb8da0d1e3eb0272bbbd5bf298ed62 | |
| parent | 35bfb10373c5b34c193ad9a7c569d6aa429028fc [diff] [blame] |
Rename buildflag_header targets in base for consistency Targets go from foo_features to foo_buildflags And similarly the header now has buildflags in the name. BUG=814485 TEST=covered by build Change-Id: Ib936c2840991902fa33c040b381b8ffc98a3c532 Reviewed-on: https://chromium-review.googlesource.com/930033 Reviewed-by: Nico Weber <[email protected]> Commit-Queue: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/master@{#538310}
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc index b82e32d..d9f1db78 100644 --- a/chrome/browser/ui/browser_command_controller.cc +++ b/chrome/browser/ui/browser_command_controller.cc
@@ -9,7 +9,7 @@ #include <string> #include "base/command_line.h" -#include "base/debug/debugging_flags.h" +#include "base/debug/debugging_buildflags.h" #include "base/debug/profiler.h" #include "base/macros.h" #include "base/metrics/user_metrics.h"