From 681ccff34ef98c5a12d261643179a9044f4397d1 Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Mon, 18 Mar 2013 06:13:52 +0000 Subject: 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 TBR=piman@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/12472028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188681 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/time_source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/time_source.h') diff --git a/cc/time_source.h b/cc/time_source.h index 081335f..a036717 100644 --- a/cc/time_source.h +++ b/cc/time_source.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/time.h" -#include "cc/cc_export.h" +#include "cc/base/cc_export.h" namespace cc { -- cgit v1.1