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

Unified Diff: extensions/browser/api/vpn_provider/vpn_service_factory.h

Issue 889253004: Add support for extensions_unittests to the GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (gn) rebase Created 5 years, 10 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/vpn_provider/vpn_service_factory.h
diff --git a/extensions/browser/api/vpn_provider/vpn_service_factory.h b/extensions/browser/api/vpn_provider/vpn_service_factory.h
index 84bceb3dc9b7b3a2060a531a029a823ff7029fbc..51ee00b5f34251afc43704c0a2f0d5361dd2122b 100644
--- a/extensions/browser/api/vpn_provider/vpn_service_factory.h
+++ b/extensions/browser/api/vpn_provider/vpn_service_factory.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_CHROMEOS_VPN_VPN_SERVICE_FACTORY_H_
-#define CHROME_BROWSER_CHROMEOS_VPN_VPN_SERVICE_FACTORY_H_
+#ifndef EXTENSIONS_BROWSER_API_VPN_PROVIDER_VPN_SERVICE_FACTORY_H_
+#define EXTENSIONS_BROWSER_API_VPN_PROVIDER_VPN_SERVICE_FACTORY_H_
#include "base/macros.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
@@ -44,4 +44,4 @@ class VpnServiceFactory : public BrowserContextKeyedServiceFactory {
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_VPN_VPN_SERVICE_FACTORY_H_
+#endif // EXTENSIONS_BROWSER_API_VPN_PROVIDER_VPN_SERVICE_FACTORY_H_
« no previous file with comments | « extensions/browser/api/mime_handler_private/mime_handler_private_unittest.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698