| Index: chrome/browser/chromeos/usb_mount_observer.cc
|
| diff --git a/chrome/browser/chromeos/usb_mount_observer.cc b/chrome/browser/chromeos/usb_mount_observer.cc
|
| index 6f056e89deea269fe7172480ad79197b15bcda76..7e0a68b826d75d066ac27711ac27de2d591c54e8 100644
|
| --- a/chrome/browser/chromeos/usb_mount_observer.cc
|
| +++ b/chrome/browser/chromeos/usb_mount_observer.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/singleton.h"
|
| -#include "chrome/browser/dom_ui/filebrowse_ui.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
| +#include "chrome/browser/webui/filebrowse_ui.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/url_constants.h"
|
|
|
|
|