summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_main_delegate.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 23:46:54 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 23:46:54 +0000
commit613eef6fa590053eba18074aef8b2e25e9b6ded9 (patch)
tree2eaa7e10f148a873697fc49d08078f832ac963c1 /content/shell/shell_main_delegate.cc
parent61b5ab0a7bfa7ebd7ee8319604614dda30a38fd4 (diff)
downloadchromium_src-613eef6fa590053eba18074aef8b2e25e9b6ded9.zip
chromium_src-613eef6fa590053eba18074aef8b2e25e9b6ded9.tar.gz
chromium_src-613eef6fa590053eba18074aef8b2e25e9b6ded9.tar.bz2
Move global_descriptors to base/posix.
This file represents a posix-only concept. BUG= Review URL: https://codereview.chromium.org/11293210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_main_delegate.cc')
-rw-r--r--content/shell/shell_main_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 8baa832..d3be970 100644
--- a/content/shell/shell_main_delegate.cc
+++ b/content/shell/shell_main_delegate.cc
@@ -32,7 +32,7 @@
#endif
#if defined(OS_ANDROID)
-#include "base/global_descriptors_posix.h"
+#include "base/posix/global_descriptors.h"
#include "content/shell/android/shell_descriptors.h"
#endif