Index: chrome/browser/in_process_webkit/webkit_context.cc |
diff --git a/chrome/browser/in_process_webkit/webkit_context.cc b/chrome/browser/in_process_webkit/webkit_context.cc |
index ae1665a32b455a33c6e69157cded60d8cd9587b4..0af2c2d118ef385b229e6c7c4997db0d2559a91c 100644 |
--- a/chrome/browser/in_process_webkit/webkit_context.cc |
+++ b/chrome/browser/in_process_webkit/webkit_context.cc |
@@ -4,8 +4,10 @@ |
#include "chrome/browser/in_process_webkit/webkit_context.h" |
+#include "base/command_line.h" |
#include "chrome/browser/chrome_thread.h" |
#include "chrome/browser/profile.h" |
+#include "chrome/common/chrome_switches.h" |
WebKitContext::WebKitContext(Profile* profile) |
: data_path_(profile->IsOffTheRecord() ? FilePath() : profile->GetPath()), |