summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKibeom Kim <kkimlabs@chromium.org>2014-12-19 12:43:14 -0800
committerKibeom Kim <kkimlabs@chromium.org>2014-12-19 20:44:06 +0000
commitc7fc7fc7c09a084ac61b2d2620870279957ceef0 (patch)
tree817e06d0a52f030f794b5bc7edb42208cf0460a8
parent7f053dc4e019f41728a0af98f825c896c491d349 (diff)
downloadchromium_src-c7fc7fc7c09a084ac61b2d2620870279957ceef0.zip
chromium_src-c7fc7fc7c09a084ac61b2d2620870279957ceef0.tar.gz
chromium_src-c7fc7fc7c09a084ac61b2d2620870279957ceef0.tar.bz2
M40 branch Header file inlucde compile error fix.
base/metrics/histogram_macros.h didn't exist on M40 and it was base/metrics/histogram.h Review URL: https://codereview.chromium.org/817023002 Cr-Commit-Position: refs/branch-heads/2214@{#344} Cr-Branched-From: 03655fd3f6d72165dc3c9bd2c89807305316fe6c-refs/heads/master@{#303346}
-rw-r--r--chrome/browser/android/appmenu/app_menu_drag_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/android/appmenu/app_menu_drag_helper.cc b/chrome/browser/android/appmenu/app_menu_drag_helper.cc
index 7d285d5..0b4353e 100644
--- a/chrome/browser/android/appmenu/app_menu_drag_helper.cc
+++ b/chrome/browser/android/appmenu/app_menu_drag_helper.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/metrics/histogram_macros.h"
+#include "base/metrics/histogram.h"
#include "chrome/browser/android/appmenu/app_menu_drag_helper.h"
#include "jni/AppMenuDragHelper_jni.h"