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

Unified Diff: chromeos/network/shill_property_handler.h

Issue 11887008: Deprecate ShillNetworkClient and add GeolocationHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest Created 7 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: chromeos/network/shill_property_handler.h
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h
index 6b10f79ecc47da6e26b746e5f53d292695cbc809..f90584c01cb2bcfd17c5f00d64a997712905a572 100644
--- a/chromeos/network/shill_property_handler.h
+++ b/chromeos/network/shill_property_handler.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 CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_IMPL_H_
-#define CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_IMPL_H_
+#ifndef CHROMEOS_NETWORK_SHILL_PROPERTY_HANDLER_H_
+#define CHROMEOS_NETWORK_SHILL_PROPERTY_HANDLER_H_
#include <list>
#include <map>
@@ -173,4 +173,4 @@ class CHROMEOS_EXPORT ShillPropertyHandler
} // namespace internal
} // namespace chromeos
-#endif // CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_IMPL_H_
+#endif // CHROMEOS_NETWORK_SHILL_PROPERTY_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698