diff options
Diffstat (limited to 'chrome/browser/chromeos/upgrade_detector_chromeos.h')
-rw-r--r-- | chrome/browser/chromeos/upgrade_detector_chromeos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/upgrade_detector_chromeos.h b/chrome/browser/chromeos/upgrade_detector_chromeos.h index 7e80537..c0aaa4c 100644 --- a/chrome/browser/chromeos/upgrade_detector_chromeos.h +++ b/chrome/browser/chromeos/upgrade_detector_chromeos.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. @@ -8,8 +8,8 @@ #include "base/compiler_specific.h" #include "base/timer.h" -#include "chrome/browser/chromeos/dbus/update_engine_client.h" #include "chrome/browser/upgrade_detector.h" +#include "chromeos/dbus/update_engine_client.h" template <typename T> struct DefaultSingletonTraits; |