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

Unified Diff: extensions/browser/api/networking_private/network_config_dbus_constants_linux.h

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN 2 Created 5 years, 11 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/networking_private/network_config_dbus_constants_linux.h
diff --git a/chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h b/extensions/browser/api/networking_private/network_config_dbus_constants_linux.h
similarity index 83%
rename from chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h
rename to extensions/browser/api/networking_private/network_config_dbus_constants_linux.h
index cbe12881e7a897dbccec51a0554d4d350795e432..91a864ce790d43df2ab60d1e444cf498b6f651b9 100644
--- a/chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h
+++ b/extensions/browser/api/networking_private/network_config_dbus_constants_linux.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_NETWORKING_PRIVATE_NETWORK_CONFIG_DBUS_CONSTANTS_LINUX_H_
-#define CHROME_BROWSER_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORK_CONFIG_DBUS_CONSTANTS_LINUX_H_
+#ifndef EXTENSIONS_BROWSER_API_NETWORKING_PRIVATE_NETWORK_CONFIG_DBUS_CONSTANTS_LINUX_H_
+#define EXTENSIONS_BROWSER_API_NETWORKING_PRIVATE_NETWORK_CONFIG_DBUS_CONSTANTS_LINUX_H_
namespace extensions {
@@ -37,4 +37,4 @@ extern const char kNetworkManagerConnectionConfigSsid[];
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_API_NETWORKING_PRIVATE_NETWORK_CONFIG_DBUS_CONSTANTS_LINUX_H_
+#endif // EXTENSIONS_BROWSER_API_NETWORKING_PRIVATE_NETWORK_CONFIG_DBUS_CONSTANTS_LINUX_H_

Powered by Google App Engine
This is Rietveld 408576698