summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 06:40:57 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-17 06:40:57 +0000
commit5c7293a73bdaedbe368bc26426a2345f230f2822 (patch)
tree9a5c28a66102e61536730d8335843c14ae5e0a10 /chrome/browser/download
parentaf63c908603f8a2f58f69167129f819d5d30820c (diff)
downloadchromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.zip
chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.tar.gz
chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.tar.bz2
Move some more files to toplevel gfx dir.
TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_file.h2
-rw-r--r--chrome/browser/download/download_util.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h
index d4df8c4..caabee4 100644
--- a/chrome/browser/download/download_file.h
+++ b/chrome/browser/download/download_file.h
@@ -45,7 +45,6 @@
#include <string>
#include <vector>
-#include "app/gfx/native_widget_types.h"
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/hash_tables.h"
@@ -54,6 +53,7 @@
#include "base/ref_counted.h"
#include "base/timer.h"
#include "chrome/browser/power_save_blocker.h"
+#include "gfx/native_widget_types.h"
#include "googleurl/src/gurl.h"
#include "net/base/file_stream.h"
diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h
index 9ba209b..d692a46 100644
--- a/chrome/browser/download/download_util.h
+++ b/chrome/browser/download/download_util.h
@@ -10,9 +10,9 @@
#include <set>
#include <string>
-#include "app/gfx/native_widget_types.h"
#include "base/basictypes.h"
#include "base/task.h"
+#include "gfx/native_widget_types.h"
#if defined(TOOLKIT_VIEWS)
#include "views/view.h"