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

Unified Diff: chrome/common/print_messages.h

Issue 7038028: Initial support for cloudprint in print preview (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest merge. Removed whitelist code.wq Created 9 years, 6 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
Index: chrome/common/print_messages.h
diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
index 44de3e24d068969bd48fb4c449eecf0db4b47558..b85380a30b6bce0d60713791157fe98ccc39844d 100644
--- a/chrome/common/print_messages.h
+++ b/chrome/common/print_messages.h
@@ -5,6 +5,8 @@
// IPC messages for printing.
// Multiply-included message file, hence no include guard.
+#include <string>
+
#include "base/values.h"
#include "base/shared_memory.h"
#include "ipc/ipc_message_macros.h"

Powered by Google App Engine
This is Rietveld 408576698