diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 03:52:41 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 03:52:41 +0000 |
commit | bfe665c1bf750362d6f82e2ff8134c02df48a364 (patch) | |
tree | ad4d9e016da2c0b7ce01c03b151deb5e2521cf83 /apps/app_window_contents.cc | |
parent | d3c4b753f3d2516d3e0851723df3ba06ef2a496b (diff) | |
download | chromium_src-bfe665c1bf750362d6f82e2ff8134c02df48a364.zip chromium_src-bfe665c1bf750362d6f82e2ff8134c02df48a364.tar.gz chromium_src-bfe665c1bf750362d6f82e2ff8134c02df48a364.tar.bz2 |
Revert 215753 "Move native_app_window code to apps areas"
> Move native_app_window code to apps areas
>
> native_app_window.h -> apps component
> platform specific implementations of this are now in c/b/ui/xxx/apps.
>
> The platform specific implementations should also move to apps/ but
> they would currently bring some unwanted dependencies with them; that
> can happen later.
>
> BUG=159366
>
> Review URL: https://chromiumcodereview.appspot.com/21344002
TBR=benwells@chromium.org
Review URL: https://codereview.chromium.org/22355002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/app_window_contents.cc')
-rw-r--r-- | apps/app_window_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_window_contents.cc b/apps/app_window_contents.cc index d163c2c..bcefa3e 100644 --- a/apps/app_window_contents.cc +++ b/apps/app_window_contents.cc @@ -4,9 +4,9 @@ #include "apps/app_window_contents.h" -#include "apps/native_app_window.h" #include "chrome/browser/chrome_notification_types.h" #include "chrome/browser/profiles/profile.h" +#include "chrome/browser/ui/extensions/native_app_window.h" #include "chrome/common/extensions/api/app_window.h" #include "chrome/common/extensions/extension_messages.h" #include "content/public/browser/browser_thread.h" |