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

Unified Diff: trunk/src/chrome/browser/extensions/api/tabs/ash_panel_contents.cc

Issue 22355002: Revert 215753 "Move native_app_window code to apps areas" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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
Index: trunk/src/chrome/browser/extensions/api/tabs/ash_panel_contents.cc
===================================================================
--- trunk/src/chrome/browser/extensions/api/tabs/ash_panel_contents.cc (revision 215780)
+++ trunk/src/chrome/browser/extensions/api/tabs/ash_panel_contents.cc (working copy)
@@ -4,7 +4,6 @@
#include "chrome/browser/extensions/api/tabs/ash_panel_contents.h"
-#include "apps/native_app_window.h"
#include "base/values.h"
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/extensions/api/tabs/tabs_constants.h"
@@ -14,6 +13,7 @@
#include "chrome/browser/extensions/window_controller_list.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sessions/session_tab_helper.h"
+#include "chrome/browser/ui/extensions/native_app_window.h"
#include "chrome/common/extensions/extension.h"
#include "chrome/common/extensions/extension_messages.h"
#include "content/public/browser/site_instance.h"
@@ -21,7 +21,6 @@
#include "ui/gfx/image/image.h"
using apps::ShellWindow;
-using apps::NativeAppWindow;
// AshPanelWindowController ----------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698