| Index: chrome/browser/in_process_webkit/webkit_context.cc
|
| ===================================================================
|
| --- chrome/browser/in_process_webkit/webkit_context.cc (revision 70702)
|
| +++ chrome/browser/in_process_webkit/webkit_context.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include "base/command_line.h"
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/common/chrome_switches.h"
|
|
|
| WebKitContext::WebKitContext(Profile* profile, bool clear_local_state_on_exit)
|
| : data_path_(profile->IsOffTheRecord() ? FilePath() : profile->GetPath()),
|
|
|