diff options
Diffstat (limited to 'chrome/service/cloud_print/print_system.h')
-rw-r--r-- | chrome/service/cloud_print/print_system.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h index 586e672..b0e287d 100644 --- a/chrome/service/cloud_print/print_system.h +++ b/chrome/service/cloud_print/print_system.h @@ -10,9 +10,10 @@ #include <string> #include <vector> -#include "base/file_path.h" #include "base/ref_counted.h" -#include "base/values.h" + +class DictionaryValue; +class FilePath; // This is the interface for platform-specific code for cloud print namespace cloud_print { |