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

Unified Diff: cloud_print/service/win/setup_listener.h

Issue 13800005: Fixed typos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « cloud_print/service/win/service_listener.cc ('k') | cloud_print/service/win/setup_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/setup_listener.h
diff --git a/cloud_print/service/win/setup_listener.h b/cloud_print/service/win/setup_listener.h
index 0be7acf00c663cdbdbde54e738f6bb5d15fa8b72..52c059d42a5d198179f51953b77174dc283133bc 100644
--- a/cloud_print/service/win/setup_listener.h
+++ b/cloud_print/service/win/setup_listener.h
@@ -28,7 +28,7 @@ class Channel;
// environment from service process.
class SetupListener : public IPC::Listener {
public:
- static const char kXpsAvailibleJsonValueName[];
+ static const char kXpsAvailableJsonValueName[];
static const char kChromePathJsonValueName[];
static const char kPrintersJsonValueName[];
static const char kUserDataDirJsonValueName[];
@@ -59,8 +59,8 @@ class SetupListener : public IPC::Listener {
return printers_;
}
- bool is_xps_availible() const {
- return is_xps_availible_;
+ bool is_xps_available() const {
+ return is_xps_available_;
}
private:
@@ -71,7 +71,7 @@ class SetupListener : public IPC::Listener {
base::FilePath user_data_dir_;
string16 user_name_;
std::vector<std::string> printers_;
- bool is_xps_availible_;
+ bool is_xps_available_;
bool succeded_;
scoped_ptr<base::WaitableEvent> done_event_;
« no previous file with comments | « cloud_print/service/win/service_listener.cc ('k') | cloud_print/service/win/setup_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698