Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chrome/browser/views/download_tab_view.h

Issue 2826: Move the download code to new directories: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/download_shelf_view.cc ('k') | chrome/browser/views/download_tab_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/download_tab_view.h
===================================================================
--- chrome/browser/views/download_tab_view.h (revision 2154)
+++ chrome/browser/views/download_tab_view.h (working copy)
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_DONWLOAD_TAB_VIEW_H__
-#define CHROME_BROWSER_DONWLOAD_TAB_VIEW_H__
+#ifndef CHROME_BROWSER_VIEWS_DONWLOAD_TAB_VIEW_H__
+#define CHROME_BROWSER_VIEWS_DONWLOAD_TAB_VIEW_H__
#include "base/hash_tables.h"
#include "chrome/browser/cancelable_request.h"
-#include "chrome/browser/download_manager.h"
-#include "chrome/browser/download_util.h"
+#include "chrome/browser/download/download_manager.h"
+#include "chrome/browser/download/download_util.h"
#include "chrome/browser/icon_manager.h"
#include "chrome/browser/native_ui_contents.h"
#include "chrome/views/event.h"
@@ -249,4 +249,4 @@
DISALLOW_EVIL_CONSTRUCTORS(DownloadTabUI);
};
-#endif // CHROME_BROWSER_DONWLOAD_TAB_VIEW_H__
+#endif // CHROME_BROWSER_VIEWS_DONWLOAD_TAB_VIEW_H__
Property changes on: chrome\browser\views\download_tab_view.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/browser/views/download_shelf_view.cc ('k') | chrome/browser/views/download_tab_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698