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

Unified Diff: chrome/common/serialized_script_value.h

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 years, 4 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 | « chrome/common/property_bag.cc ('k') | chrome/common/serialized_script_value.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/serialized_script_value.h
diff --git a/chrome/common/serialized_script_value.h b/chrome/common/serialized_script_value.h
index 75baef63dcbee65b049a5bc6323cd6f3243e08bb..9848d13e136099379f2843656a5869a81be49875 100644
--- a/chrome/common/serialized_script_value.h
+++ b/chrome/common/serialized_script_value.h
@@ -7,7 +7,10 @@
#pragma once
#include "base/string16.h"
-#include "third_party/WebKit/WebKit/chromium/public/WebSerializedScriptValue.h"
+
+namespace WebKit {
+class WebSerializedScriptValue;
+}
class SerializedScriptValue {
public:
« no previous file with comments | « chrome/common/property_bag.cc ('k') | chrome/common/serialized_script_value.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698