summaryrefslogtreecommitdiffstats
path: root/chrome_frame/metrics_service.cc
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-12 08:51:03 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-12 08:51:03 +0000
commit2e4cd1aefd80a9ad9f8f22f0975938fa4b9ac104 (patch)
tree41fab17bd3fac691d7146737eb2c0e1826b79a86 /chrome_frame/metrics_service.cc
parent364c3042e3d5b7c4d33014f742f075f80ac78698 (diff)
downloadchromium_src-2e4cd1aefd80a9ad9f8f22f0975938fa4b9ac104.zip
chromium_src-2e4cd1aefd80a9ad9f8f22f0975938fa4b9ac104.tar.gz
chromium_src-2e4cd1aefd80a9ad9f8f22f0975938fa4b9ac104.tar.bz2
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
Diffstat (limited to 'chrome_frame/metrics_service.cc')
-rw-r--r--chrome_frame/metrics_service.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
index 27d453e..3e60fbc 100644
--- a/chrome_frame/metrics_service.cc
+++ b/chrome_frame/metrics_service.cc
@@ -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.
@@ -57,7 +57,7 @@
#include "base/utf_string_conversions.h"
#include "base/win/scoped_comptr.h"
#include "chrome/common/chrome_version_info.h"
-#include "chrome/common/metrics_log_manager.h"
+#include "chrome/common/metrics/metrics_log_manager.h"
#include "chrome/installer/util/browser_distribution.h"
#include "chrome/installer/util/google_update_settings.h"
#include "chrome_frame/bind_status_callback_impl.h"