summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrt <grt@chromium.org>2015-10-27 14:52:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-27 21:52:41 +0000
commitcf7424458908c288a517055e2c1f2e581c23ffc3 (patch)
tree843cf90be4be1ea2ca6ac32eff52a4810532f33f
parente8ce32d8517a8a5255d5ab89747b2c11daabc4b0 (diff)
downloadchromium_src-cf7424458908c288a517055e2c1f2e581c23ffc3.zip
chromium_src-cf7424458908c288a517055e2c1f2e581c23ffc3.tar.gz
chromium_src-cf7424458908c288a517055e2c1f2e581c23ffc3.tar.bz2
IWYU cleanup in chrome/app.
BUG=none Review URL: https://codereview.chromium.org/1413833005 Cr-Commit-Position: refs/heads/master@{#356407}
-rw-r--r--chrome/app/DEPS1
-rw-r--r--chrome/app/chrome_crash_reporter_client.cc2
-rw-r--r--chrome/app/client_util.cc1
3 files changed, 0 insertions, 4 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS
index 0896017..14c8861 100644
--- a/chrome/app/DEPS
+++ b/chrome/app/DEPS
@@ -15,7 +15,6 @@ include_rules = [
"+components/component_updater",
"+components/content_settings/core/common/content_settings_pattern.h",
"+components/crash",
- "+components/metrics",
"+components/nacl/common",
"+components/nacl/renderer/plugin/ppapi_entrypoints.h",
"+components/nacl/zygote",
diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc
index a98cb45..49c8c49 100644
--- a/chrome/app/chrome_crash_reporter_client.cc
+++ b/chrome/app/chrome_crash_reporter_client.cc
@@ -14,11 +14,9 @@
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_result_codes.h"
-#include "chrome/common/chrome_switches.h"
#include "chrome/common/crash_keys.h"
#include "chrome/common/env_vars.h"
#include "chrome/installer/util/google_update_settings.h"
-#include "components/metrics/metrics_pref_names.h"
#include "content/public/common/content_switches.h"
#if defined(OS_WIN)
diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc
index 9b49e9d..e12bec9 100644
--- a/chrome/app/client_util.cc
+++ b/chrome/app/client_util.cc
@@ -41,7 +41,6 @@
#include "chrome/installer/util/util_constants.h"
#include "components/crash/content/app/breakpad_win.h"
#include "components/crash/content/app/crash_reporter_client.h"
-#include "components/metrics/client_info.h"
#include "content/public/app/sandbox_helper_win.h"
#include "content/public/common/content_switches.h"
#include "sandbox/win/src/sandbox.h"