| Index: chrome/browser/webui/fileicon_source.h
|
| diff --git a/chrome/browser/dom_ui/fileicon_source.h b/chrome/browser/webui/fileicon_source.h
|
| similarity index 81%
|
| rename from chrome/browser/dom_ui/fileicon_source.h
|
| rename to chrome/browser/webui/fileicon_source.h
|
| index 1bcf0605edc897b7e41fb409e85a2fd30d1cca47..a515defbee22a4c0b1106bc656e5fd8937121624 100644
|
| --- a/chrome/browser/dom_ui/fileicon_source.h
|
| +++ b/chrome/browser/webui/fileicon_source.h
|
| @@ -1,15 +1,15 @@
|
| -// Copyright (c) 2006-2008 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.
|
|
|
| -#ifndef CHROME_BROWSER_DOM_UI_FILEICON_SOURCE_H_
|
| -#define CHROME_BROWSER_DOM_UI_FILEICON_SOURCE_H_
|
| +#ifndef CHROME_BROWSER_WEBUI_FILEICON_SOURCE_H_
|
| +#define CHROME_BROWSER_WEBUI_FILEICON_SOURCE_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| #include "chrome/browser/icon_manager.h"
|
| +#include "chrome/browser/webui/chrome_url_data_manager.h"
|
|
|
| class GURL;
|
| class RefCountedBytes;
|
| @@ -44,4 +44,4 @@ class FileIconSource : public ChromeURLDataManager::DataSource {
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FileIconSource);
|
| };
|
| -#endif // CHROME_BROWSER_DOM_UI_FILEICON_SOURCE_H_
|
| +#endif // CHROME_BROWSER_WEBUI_FILEICON_SOURCE_H_
|
|
|