diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 21:37:02 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 21:37:02 +0000 |
commit | 993951d6500d51ee010103c7f8727eaa900bd563 (patch) | |
tree | 00a893a4304d5cd8fe0ba380613d99fa3f9667f9 /content/shell/shell_javascript_dialog_gtk.cc | |
parent | 4e84e1530afa6d94d256fa97e9c21daf648c117b (diff) | |
download | chromium_src-993951d6500d51ee010103c7f8727eaa900bd563.zip chromium_src-993951d6500d51ee010103c7f8727eaa900bd563.tar.gz chromium_src-993951d6500d51ee010103c7f8727eaa900bd563.tar.bz2 |
[content shell] move app startup related code to app subdir
BUG=180021
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/15060007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_javascript_dialog_gtk.cc')
-rw-r--r-- | content/shell/shell_javascript_dialog_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_javascript_dialog_gtk.cc b/content/shell/shell_javascript_dialog_gtk.cc index 624c222..542048e 100644 --- a/content/shell/shell_javascript_dialog_gtk.cc +++ b/content/shell/shell_javascript_dialog_gtk.cc @@ -9,7 +9,7 @@ #include "base/logging.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" -#include "content/shell/resource.h" +#include "content/shell/app/resource.h" #include "content/shell/shell.h" #include "content/shell/shell_javascript_dialog_manager.h" |