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

Unified Diff: chromeos/network/network_ip_config.h

Issue 11756002: Move cros_network_functions.cc to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang fixes Created 7 years, 12 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 | « chromeos/network/cros_network_functions_unittest.cc ('k') | chromeos/network/network_ip_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_ip_config.h
diff --git a/chrome/browser/chromeos/cros/network_ip_config.h b/chromeos/network/network_ip_config.h
similarity index 87%
rename from chrome/browser/chromeos/cros/network_ip_config.h
rename to chromeos/network/network_ip_config.h
index d4cea85691535601753983782466e4d45a4be3f7..d137fa1522b32936c2b0fd4ccfc046754be6e270 100644
--- a/chrome/browser/chromeos/cros/network_ip_config.h
+++ b/chromeos/network/network_ip_config.h
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_CROS_NETWORK_IP_CONFIG_H_
-#define CHROME_BROWSER_CHROMEOS_CROS_NETWORK_IP_CONFIG_H_
+#ifndef CHROMEOS_NETWORK_NETWORK_IP_CONFIG_H_
+#define CHROMEOS_NETWORK_NETWORK_IP_CONFIG_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "base/callback.h"
+#include "chromeos/chromeos_export.h"
namespace chromeos {
@@ -26,7 +27,7 @@ enum IPConfigType {
};
// IP Configuration.
-struct NetworkIPConfig {
+struct CHROMEOS_EXPORT NetworkIPConfig {
NetworkIPConfig(const std::string& device_path, IPConfigType type,
const std::string& address, const std::string& netmask,
const std::string& gateway, const std::string& name_servers);
@@ -54,4 +55,4 @@ typedef base::Callback<void(const NetworkIPConfigVector& ip_configs,
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_CROS_NETWORK_IP_CONFIG_H_
+#endif // CHROMEOS_NETWORK_NETWORK_IP_CONFIG_H_
« no previous file with comments | « chromeos/network/cros_network_functions_unittest.cc ('k') | chromeos/network/network_ip_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698