From 2e4cd1aefd80a9ad9f8f22f0975938fa4b9ac104 Mon Sep 17 00:00:00 2001 From: "isherman@chromium.org" Date: Thu, 12 Jan 2012 08:51:03 +0000 Subject: Move chrome/common/metrics* files into a shared subdirectory. BUG=109817 TEST=none Review URL: http://codereview.chromium.org/9168032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117401 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/metrics_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome_frame/metrics_service.h') diff --git a/chrome_frame/metrics_service.h b/chrome_frame/metrics_service.h index e29ad85..686474a 100644 --- a/chrome_frame/metrics_service.h +++ b/chrome_frame/metrics_service.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -18,7 +18,7 @@ #include "base/synchronization/lock.h" #include "base/threading/platform_thread.h" #include "base/threading/thread_local.h" -#include "chrome/common/metrics_helpers.h" +#include "chrome/common/metrics/metrics_helpers.h" // TODO(ananta) // Refactor more common code from chrome/browser/metrics/metrics_service.h into -- cgit v1.1