commit | 681ccff34ef98c5a12d261643179a9044f4397d1 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 18 06:13:52 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Mar 18 06:13:52 2013 |
tree | ae0ff3d0b1e2cb84224f76db5300bc7723c1f34c | |
parent | 8b9d37b0f4faaa93d88ba30acf0462b9849711bd [diff] [blame] |
Part 1 of cc/ directory shuffles: base This establishes cc/base/ as discussed in https://groups.google.com/a/chromium.org/d/msg/graphics-dev/wNRsl3BwU_Y/jFXeRQq7e30J. This patch will likely touch the most locations since it moves cc/switches.h BUG=190824 [email protected], [email protected] Review URL: https://codereview.chromium.org/12472028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188681 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index bb1ed3d9..0f1eefd1 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc
@@ -15,7 +15,7 @@ #include "base/sys_info.h" #include "base/time.h" #include "base/utf_string_conversions.h" -#include "cc/switches.h" +#include "cc/base/switches.h" #include "content/browser/browser_plugin/browser_plugin_embedder.h" #include "content/browser/browser_plugin/browser_plugin_guest.h" #include "content/browser/browser_plugin/browser_plugin_guest_manager.h"