summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-21 19:51:18 +0000
committerdilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-21 19:51:18 +0000
commit3a5e64134c7a859ab8678aef2e83a205d2c4464d (patch)
treef6f8a4cfba1a4ade2e135bab8562b5a902524ca5
parent6391e4ad14f2d33c8cfc1595485956533b6dc854 (diff)
downloadchromium_src-3a5e64134c7a859ab8678aef2e83a205d2c4464d.zip
chromium_src-3a5e64134c7a859ab8678aef2e83a205d2c4464d.tar.gz
chromium_src-3a5e64134c7a859ab8678aef2e83a205d2c4464d.tar.bz2
Remove forgotten now unneeded include.
BUG=chromium:76697 TEST=None Review URL: http://codereview.chromium.org/6713076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78910 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/browser/tab_contents/tab_contents.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
index be64ae1..05b82a6 100644
--- a/content/browser/tab_contents/tab_contents.cc
+++ b/content/browser/tab_contents/tab_contents.cc
@@ -100,10 +100,6 @@
#include "app/surface/io_surface_support_mac.h"
#endif // defined(OS_MACOSX)
-#if defined(OS_CHROMEOS)
-#include "chrome/browser/chromeos/locale_change_guard.h"
-#endif // defined(OS_CHROMEOS)
-
// Cross-Site Navigations
//
// If a TabContents is told to navigate to a different web site (as determined