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

Unified Diff: extensions/browser/api/dns/mock_host_resolver_creator.h

Issue 394103004: Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_shell_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: extensions/browser/api/dns/mock_host_resolver_creator.h
diff --git a/chrome/browser/extensions/api/dns/mock_host_resolver_creator.h b/extensions/browser/api/dns/mock_host_resolver_creator.h
similarity index 85%
rename from chrome/browser/extensions/api/dns/mock_host_resolver_creator.h
rename to extensions/browser/api/dns/mock_host_resolver_creator.h
index bf94ccb28f3264078393f12a431c7929e5e7ea24..b6ccd887fc666671c67780c9fab97acd09435235 100644
--- a/chrome/browser/extensions/api/dns/mock_host_resolver_creator.h
+++ b/extensions/browser/api/dns/mock_host_resolver_creator.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 CHROME_BROWSER_EXTENSIONS_API_DNS_MOCK_HOST_RESOLVER_CREATOR_H_
-#define CHROME_BROWSER_EXTENSIONS_API_DNS_MOCK_HOST_RESOLVER_CREATOR_H_
+#ifndef EXTENSIONS_BROWSER_API_DNS_MOCK_HOST_RESOLVER_CREATOR_H_
+#define EXTENSIONS_BROWSER_API_DNS_MOCK_HOST_RESOLVER_CREATOR_H_
#include <string>
@@ -48,4 +48,4 @@ class MockHostResolverCreator
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_API_DNS_MOCK_HOST_RESOLVER_CREATOR_H_
+#endif // EXTENSIONS_BROWSER_API_DNS_MOCK_HOST_RESOLVER_CREATOR_H_

Powered by Google App Engine
This is Rietveld 408576698