| Index: chrome/browser/chromeos/enterprise_extension_observer.cc
|
| diff --git a/chrome/browser/chromeos/enterprise_extension_observer.cc b/chrome/browser/chromeos/enterprise_extension_observer.cc
|
| index 57342dc3c7f7a9c8b7fabbfaf03e3d5c81f29aeb..c8e61efa30827ae75a3cb007df34c173bef74452 100644
|
| --- a/chrome/browser/chromeos/enterprise_extension_observer.cc
|
| +++ b/chrome/browser/chromeos/enterprise_extension_observer.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.
|
|
|
| @@ -7,10 +7,10 @@
|
| #include "base/bind.h"
|
| #include "base/file_util.h"
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| -#include "chrome/browser/chromeos/dbus/dbus_thread_manager.h"
|
| -#include "chrome/browser/chromeos/dbus/session_manager_client.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| +#include "chromeos/dbus/dbus_thread_manager.h"
|
| +#include "chromeos/dbus/session_manager_client.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| using content::BrowserThread;
|
|
|