Index: chrome/browser/idbbindingutilities_browsertest.cc |
=================================================================== |
--- chrome/browser/idbbindingutilities_browsertest.cc (revision 78395) |
+++ chrome/browser/idbbindingutilities_browsertest.cc (working copy) |
@@ -5,11 +5,11 @@ |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/utility_process_host.h" |
-#include "chrome/common/indexed_db_key.h" |
-#include "chrome/common/serialized_script_value.h" |
#include "chrome/test/in_process_browser_test.h" |
#include "chrome/test/ui_test_utils.h" |
#include "content/browser/renderer_host/resource_dispatcher_host.h" |
+#include "content/common/indexed_db_key.h" |
+#include "content/common/serialized_script_value.h" |
#include "googleurl/src/gurl.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h" |