Index: chrome/renderer/chrome_render_process_observer.cc |
=================================================================== |
--- chrome/renderer/chrome_render_process_observer.cc (revision 90470) |
+++ chrome/renderer/chrome_render_process_observer.cc (working copy) |
@@ -32,9 +32,9 @@ |
#include "net/base/net_module.h" |
#include "third_party/sqlite/sqlite3.h" |
#include "third_party/tcmalloc/chromium/src/google/malloc_extension.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCrossOriginPreflightResultCache.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFontCache.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" |
@@ -42,7 +42,7 @@ |
#include "v8/include/v8.h" |
#if defined(OS_WIN) |
-#include "base/win/iat_patch_function.h" |
+#include "app/win/iat_patch_function.h" |
#endif |
#if defined(OS_MACOSX) |
@@ -133,7 +133,7 @@ |
}; |
#if defined(OS_WIN) |
-static base::win::IATPatchFunction g_iat_patch_createdca; |
+static app::win::IATPatchFunction g_iat_patch_createdca; |
HDC WINAPI CreateDCAPatch(LPCSTR driver_name, |
LPCSTR device_name, |
LPCSTR output, |
@@ -147,7 +147,7 @@ |
return CreateCompatibleDC(NULL); |
} |
-static base::win::IATPatchFunction g_iat_patch_get_font_data; |
+static app::win::IATPatchFunction g_iat_patch_get_font_data; |
DWORD WINAPI GetFontDataPatch(HDC hdc, |
DWORD table, |
DWORD offset, |