diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-12 08:51:03 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-12 08:51:03 +0000 |
commit | 2e4cd1aefd80a9ad9f8f22f0975938fa4b9ac104 (patch) | |
tree | 41fab17bd3fac691d7146737eb2c0e1826b79a86 /chrome_frame | |
parent | 364c3042e3d5b7c4d33014f742f075f80ac78698 (diff) | |
download | chromium_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')
-rw-r--r-- | chrome_frame/metrics_service.cc | 4 | ||||
-rw-r--r-- | chrome_frame/metrics_service.h | 4 |
2 files changed, 4 insertions, 4 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" 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 |