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

Unified Diff: Source/common/WebAssertion.cpp

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
Index: Source/common/WebAssertion.cpp
diff --git a/Source/WebKit/chromium/src/WebCommon.cpp b/Source/common/WebAssertion.cpp
similarity index 96%
rename from Source/WebKit/chromium/src/WebCommon.cpp
rename to Source/common/WebAssertion.cpp
index 777df194e6aae7efb07511b5fbdab1691ab99464..a74038adde8d12876dfa7c4d16a2f10876195fa5 100644
--- a/Source/WebKit/chromium/src/WebCommon.cpp
+++ b/Source/common/WebAssertion.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "public/platform/WebCommon.h"
+#include "public/common/WebAssertion.h"
-#include <wtf/Assertions.h>
+#include "wtf/Assertions.h"
namespace WebKit {

Powered by Google App Engine
This is Rietveld 408576698