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

Unified Diff: content/test/appcache_test_helper.h

Issue 203153003: Fix appcache_test_helper.h header guard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/appcache_test_helper.h
diff --git a/content/test/appcache_test_helper.h b/content/test/appcache_test_helper.h
index 0b5ee4a563ad702bbf49063a659c494d19b313d3..184e4273fb8032ded15b3c4d56193c473551fe4d 100644
--- a/content/test/appcache_test_helper.h
+++ b/content/test/appcache_test_helper.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_PUBLIC_TEST_APPCACHE_TEST_HELPER_H_
-#define CONTENT_PUBLIC_TEST_APPCACHE_TEST_HELPER_H_
+#ifndef CONTENT_TEST_APPCACHE_TEST_HELPER_H_
+#define CONTENT_TEST_APPCACHE_TEST_HELPER_H_
#include <set>
@@ -45,4 +45,4 @@ class AppCacheTestHelper : public appcache::AppCacheStorage::Delegate {
} // namespace content
-#endif // CONTENT_PUBLIC_TEST_APPCACHE_TEST_HELPER_H_
+#endif // CONTENT_TEST_APPCACHE_TEST_HELPER_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698