summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/public/web/WebSecurityOrigin.h
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-11-06 21:11:47 +0000
committerabarth@chromium.org <abarth@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-11-06 21:11:47 +0000
commit8a1bcadb07b851b94c4aae3ae14ec7efaf6f5ddb (patch)
tree6ef6af88e1806065d7376999f30161d1ef07a1a0 /third_party/WebKit/public/web/WebSecurityOrigin.h
parentf98e8c984bb5f9e929dc6bc2c34ae715d3a4b5fb (diff)
downloadchromium_src-8a1bcadb07b851b94c4aae3ae14ec7efaf6f5ddb.zip
chromium_src-8a1bcadb07b851b94c4aae3ae14ec7efaf6f5ddb.tar.gz
chromium_src-8a1bcadb07b851b94c4aae3ae14ec7efaf6f5ddb.tar.bz2
Rename WebKit namespace to blink
TBR=eseidel@chromium.org BUG=295096 Review URL: https://codereview.chromium.org/61773005 git-svn-id: svn://svn.chromium.org/blink/trunk@161473 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/public/web/WebSecurityOrigin.h')
-rw-r--r--third_party/WebKit/public/web/WebSecurityOrigin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/public/web/WebSecurityOrigin.h b/third_party/WebKit/public/web/WebSecurityOrigin.h
index 7b36270..b33f09d 100644
--- a/third_party/WebKit/public/web/WebSecurityOrigin.h
+++ b/third_party/WebKit/public/web/WebSecurityOrigin.h
@@ -38,7 +38,7 @@ namespace WebCore { class SecurityOrigin; }
namespace WTF { template <typename T> class PassRefPtr; }
#endif
-namespace WebKit {
+namespace blink {
class WebSecurityOriginPrivate;
class WebString;
@@ -111,6 +111,6 @@ private:
WebSecurityOriginPrivate* m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif