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

Unified Diff: chromeos/dbus/shill_profile_client_stub.h

Issue 24150004: Refactor the setup of Shill*Stubs' default environment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed some includes. Created 7 years, 3 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/dbus/shill_manager_client_stub.cc ('k') | chromeos/dbus/shill_profile_client_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_profile_client_stub.h
diff --git a/chromeos/dbus/shill_profile_client_stub.h b/chromeos/dbus/shill_profile_client_stub.h
index 63a891267ec7e65c056f2809919734bb30306c25..9230491823e81f1b4a5099a2538002677129f04d 100644
--- a/chromeos/dbus/shill_profile_client_stub.h
+++ b/chromeos/dbus/shill_profile_client_stub.h
@@ -53,8 +53,6 @@ class ShillProfileClientStub : public ShillProfileClient,
const std::string& service_path) OVERRIDE;
virtual void GetProfilePaths(std::vector<std::string>* profiles) OVERRIDE;
- static const char kSharedProfilePath[];
-
private:
struct ProfileProperties;
typedef std::map<std::string, ProfileProperties*> ProfileMap;
« no previous file with comments | « chromeos/dbus/shill_manager_client_stub.cc ('k') | chromeos/dbus/shill_profile_client_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698