summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_popup_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_popup_host.h')
-rw-r--r--chrome/browser/extensions/extension_popup_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_popup_host.h b/chrome/browser/extensions/extension_popup_host.h
index c11568b..6f77b4d 100644
--- a/chrome/browser/extensions/extension_popup_host.h
+++ b/chrome/browser/extensions/extension_popup_host.h
@@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_POPUP_HOST_H_
#define CHROME_BROWSER_EXTENSIONS_EXTENSION_POPUP_HOST_H_
-#include "app/gfx/native_widget_types.h"
#include "base/scoped_ptr.h"
#include "base/task.h"
#include "build/build_config.h"
@@ -14,6 +13,7 @@
#endif
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
+#include "gfx/native_widget_types.h"
#if defined(TOOLKIT_VIEWS)
class ExtensionPopup;