diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-10 00:32:34 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-10 00:32:34 +0000 |
commit | a272c9d6d2038c994b4de093464cf53b9d007a09 (patch) | |
tree | 350095d51474de0f4ade756cd2edfbf99e563316 /chrome/service | |
parent | ba0a4520d290ee2476f1a8691098af6ff8aedad3 (diff) | |
download | chromium_src-a272c9d6d2038c994b4de093464cf53b9d007a09.zip chromium_src-a272c9d6d2038c994b4de093464cf53b9d007a09.tar.gz chromium_src-a272c9d6d2038c994b4de093464cf53b9d007a09.tar.bz2 |
Removes unnecessary macro.
Review URL: https://codereview.chromium.org/65343009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/print_system_dummy.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/service/cloud_print/print_system_dummy.cc b/chrome/service/cloud_print/print_system_dummy.cc index c7a3b50..69f1089 100644 --- a/chrome/service/cloud_print/print_system_dummy.cc +++ b/chrome/service/cloud_print/print_system_dummy.cc @@ -4,7 +4,6 @@ // This is dummy implementation for all configurations where print system // for cloud print is not available. -#if !defined(CP_PRINT_SYSTEM_AVAILABLE) #include "chrome/service/cloud_print/print_system.h" @@ -19,5 +18,3 @@ scoped_refptr<PrintSystem> PrintSystem::CreateInstance( } } // namespace cloud_print -#endif // CP_PRINT_SYSTEM_AVAILABLE - |