diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 10:56:31 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-18 10:56:31 +0000 |
commit | 229688ddef58126e746dcb26b9cb8dbf55ae3586 (patch) | |
tree | 15e63b708d9bca394c97757ac865e0a5c2f87f10 /chrome/browser/platform_util_chromeos.cc | |
parent | 4f57fd3756fd5774c85670f40a8805d39af757e2 (diff) | |
download | chromium_src-229688ddef58126e746dcb26b9cb8dbf55ae3586.zip chromium_src-229688ddef58126e746dcb26b9cb8dbf55ae3586.tar.gz chromium_src-229688ddef58126e746dcb26b9cb8dbf55ae3586.tar.bz2 |
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 4.
BUG=59945, 59946
TEST=trybots
Review URL: http://codereview.chromium.org/6532045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/platform_util_chromeos.cc')
-rw-r--r-- | chrome/browser/platform_util_chromeos.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/platform_util_chromeos.cc b/chrome/browser/platform_util_chromeos.cc index cbca7c8..13fda8e 100644 --- a/chrome/browser/platform_util_chromeos.cc +++ b/chrome/browser/platform_util_chromeos.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 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. @@ -12,9 +12,9 @@ #include "base/utf_string_conversions.h" #include "chrome/browser/browser_list.h" #include "chrome/browser/browser_thread.h" -#include "chrome/browser/dom_ui/filebrowse_ui.h" -#include "chrome/browser/dom_ui/mediaplayer_ui.h" #include "chrome/browser/tabs/tab_strip_model.h" +#include "chrome/browser/webui/filebrowse_ui.h" +#include "chrome/browser/webui/mediaplayer_ui.h" #include "chrome/common/process_watcher.h" #include "googleurl/src/gurl.h" #include "grit/generated_resources.h" |