summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/web_application_cache_host_impl.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 01:25:05 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 01:25:05 +0000
commitefbee203138ec32c209706ac5d31faa1c03e6a23 (patch)
treed840d8a79efffe4e37a96c92b313461ef2dd326f /webkit/appcache/web_application_cache_host_impl.h
parent7e30f6468bd77634a4397e59e9a4e04bda6f7129 (diff)
downloadchromium_src-efbee203138ec32c209706ac5d31faa1c03e6a23.zip
chromium_src-efbee203138ec32c209706ac5d31faa1c03e6a23.tar.gz
chromium_src-efbee203138ec32c209706ac5d31faa1c03e6a23.tar.bz2
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
TBR=ben,brettw,oshima,rdsmith Review URL: https://chromiumcodereview.appspot.com/11087021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/web_application_cache_host_impl.h')
-rw-r--r--webkit/appcache/web_application_cache_host_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h
index 543e6ea1..39e3b2a 100644
--- a/webkit/appcache/web_application_cache_host_impl.h
+++ b/webkit/appcache/web_application_cache_host_impl.h
@@ -6,7 +6,7 @@
#define WEBKIT_APPCACHE_WEB_APPLICATION_CACHE_HOST_IMPL_H_
#include <string>
-#include "base/time.h"
+
#include "googleurl/src/gurl.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebApplicationCacheHostClient.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h"
@@ -84,4 +84,3 @@ class APPCACHE_EXPORT WebApplicationCacheHostImpl
} // namespace
#endif // WEBKIT_APPCACHE_WEB_APPLICATION_CACHE_HOST_IMPL_H_
-