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

Unified Diff: chrome/service/cloud_print/cloud_print_helpers.h

Issue 8491036: Cleanup: Remove unneeded forward declarations from various chrome subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « chrome/default_plugin/plugin_impl_mac.h ('k') | chrome/service/cloud_print/cloud_print_proxy_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/cloud_print_helpers.h
===================================================================
--- chrome/service/cloud_print/cloud_print_helpers.h (revision 109585)
+++ chrome/service/cloud_print/cloud_print_helpers.h (working copy)
@@ -8,13 +8,11 @@
#include <map>
#include <string>
+#include <vector>
#include "chrome/service/cloud_print/print_system.h"
#include "googleurl/src/gurl.h"
-class Task;
-class URLFetcher;
-
namespace base {
class DictionaryValue;
}
@@ -72,9 +70,9 @@
static bool IsDryRunJob(const std::vector<std::string>& tags);
static std::string GetCloudPrintAuthHeader();
+
private:
- CloudPrintHelpers() {
- }
+ CloudPrintHelpers() {}
};
#endif // CHROME_SERVICE_CLOUD_PRINT_CLOUD_PRINT_HELPERS_H_
« no previous file with comments | « chrome/default_plugin/plugin_impl_mac.h ('k') | chrome/service/cloud_print/cloud_print_proxy_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698