summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-29 20:55:59 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-29 20:55:59 +0000
commit7bc60680df8d98c4ed6625112c6f1457cf5022bc (patch)
treec4738c5451c9d763e9ebddf2db9af039924a7335 /content/browser/appcache
parent203862d485d48bf1d2b0427ee7d754406c247e6e (diff)
downloadchromium_src-7bc60680df8d98c4ed6625112c6f1457cf5022bc.zip
chromium_src-7bc60680df8d98c4ed6625112c6f1457cf5022bc.tar.gz
chromium_src-7bc60680df8d98c4ed6625112c6f1457cf5022bc.tar.bz2
Move more files from chrome/test to chrome/test/base, part #2
BUG=90905 Review URL: http://codereview.chromium.org/7474025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94749 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/appcache')
-rw-r--r--content/browser/appcache/appcache_ui_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/appcache/appcache_ui_test.cc b/content/browser/appcache/appcache_ui_test.cc
index 744a01b..29b2136 100644
--- a/content/browser/appcache/appcache_ui_test.cc
+++ b/content/browser/appcache/appcache_ui_test.cc
@@ -1,9 +1,9 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/file_path.h"
-#include "chrome/test/layout_test_http_server.h"
+#include "chrome/test/base/layout_test_http_server.h"
#include "chrome/test/ui/ui_layout_test.h"
class AppCacheUITest : public UILayoutTest {