Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(780)

Unified Diff: webkit/appcache/manifest_parser_unittest.cc

Issue 192043: AppCacheHost cache selection algorithm (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/appcache/appcache_unittest.cc ('k') | webkit/appcache/web_application_cache_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/manifest_parser_unittest.cc
===================================================================
--- webkit/appcache/manifest_parser_unittest.cc (revision 26254)
+++ webkit/appcache/manifest_parser_unittest.cc (working copy)
@@ -8,17 +8,11 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/appcache/manifest_parser.h"
-using appcache::FallbackNamespace;
-using appcache::Manifest;
-using appcache::ParseManifest;
+namespace appcache {
-namespace {
-
class ManifestParserTest : public testing::Test {
};
-} // namespace
-
TEST(ManifestParserTest, NoData) {
GURL url;
Manifest manifest;
@@ -306,3 +300,6 @@
EXPECT_TRUE(urls.find("http://bad.com/%EF%BF%BDinvalidutf8") != urls.end());
EXPECT_TRUE(urls.find("http://bad.com/nonbmp%F1%84%AB%BC") != urls.end());
}
+
+} // namespace appcache
+
« no previous file with comments | « webkit/appcache/appcache_unittest.cc ('k') | webkit/appcache/web_application_cache_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698