diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 05:33:04 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 05:33:04 +0000 |
commit | 58a2f42971413fe6334d688f9a10a078ad1f0eeb (patch) | |
tree | 7a6068b83e77161ee4ffc798467bb9f3e6d5abdf /apps/app_shim | |
parent | 1f9cdd607fffa2961f3fea926f8f896e1029bdfb (diff) | |
download | chromium_src-58a2f42971413fe6334d688f9a10a078ad1f0eeb.zip chromium_src-58a2f42971413fe6334d688f9a10a078ad1f0eeb.tar.gz chromium_src-58a2f42971413fe6334d688f9a10a078ad1f0eeb.tar.bz2 |
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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215753
Review URL: https://chromiumcodereview.appspot.com/21344002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/app_shim')
-rw-r--r-- | apps/app_shim/extension_app_shim_handler_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_shim/extension_app_shim_handler_mac.cc b/apps/app_shim/extension_app_shim_handler_mac.cc index cc09641..bf68bca 100644 --- a/apps/app_shim/extension_app_shim_handler_mac.cc +++ b/apps/app_shim/extension_app_shim_handler_mac.cc @@ -7,6 +7,7 @@ #include "apps/app_lifetime_monitor_factory.h" #include "apps/app_shim/app_shim_host_manager_mac.h" #include "apps/app_shim/app_shim_messages.h" +#include "apps/native_app_window.h" #include "apps/shell_window.h" #include "base/files/file_path.h" #include "base/logging.h" @@ -20,7 +21,6 @@ #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_manager.h" #include "chrome/browser/ui/extensions/application_launch.h" -#include "chrome/browser/ui/extensions/native_app_window.h" #include "chrome/browser/ui/web_applications/web_app_ui.h" #include "chrome/browser/web_applications/web_app_mac.h" #include "content/public/browser/notification_details.h" |