summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/import_progress_dialog_gtk.h
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 16:42:13 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 16:42:13 +0000
commite57b0db08bc0f73d4f42f485ea1ed9070969c18f (patch)
tree10a3187bae462c9d2926c85e828303ce76f79f4b /chrome/browser/gtk/import_progress_dialog_gtk.h
parentd9c320a8f7ff01a475a831924797001f54443a85 (diff)
downloadchromium_src-e57b0db08bc0f73d4f42f485ea1ed9070969c18f.zip
chromium_src-e57b0db08bc0f73d4f42f485ea1ed9070969c18f.tar.gz
chromium_src-e57b0db08bc0f73d4f42f485ea1ed9070969c18f.tar.bz2
Move data types used in the importer process to common/, in preparation for import to run out of process.
BUG= 18774 TEST= none. Review URL: http://codereview.chromium.org/2106015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/import_progress_dialog_gtk.h')
-rw-r--r--chrome/browser/gtk/import_progress_dialog_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/import_progress_dialog_gtk.h b/chrome/browser/gtk/import_progress_dialog_gtk.h
index a990ca7..7e3e310 100644
--- a/chrome/browser/gtk/import_progress_dialog_gtk.h
+++ b/chrome/browser/gtk/import_progress_dialog_gtk.h
@@ -8,7 +8,7 @@
#include <gtk/gtk.h>
#include "chrome/browser/importer/importer.h"
-#include "chrome/browser/importer/importer_data_types.h"
+#include "chrome/common/importer_data_types.h"
class Profile;