Commit 8db5ce7d authored by abarth's avatar abarth Committed by Commit bot

Cleanup reference to old WebKit namespace

I've also added the WTF namespace, which we still use.

R=erg@chromium.org

Review URL: https://codereview.chromium.org/574473002

Cr-Commit-Position: refs/heads/master@{#295190}
parent 4995985a
...@@ -149,10 +149,8 @@ void ChromeClassTester::BuildBannedLists() { ...@@ -149,10 +149,8 @@ void ChromeClassTester::BuildBannedLists() {
banned_namespaces_.push_back("std"); banned_namespaces_.push_back("std");
banned_namespaces_.push_back("__gnu_cxx"); banned_namespaces_.push_back("__gnu_cxx");
// We're in the process of renaming WebKit to blink.
// TODO(abarth): Remove WebKit once the rename is complete.
banned_namespaces_.push_back("WebKit");
banned_namespaces_.push_back("blink"); banned_namespaces_.push_back("blink");
banned_namespaces_.push_back("WTF");
banned_directories_.push_back("third_party/"); banned_directories_.push_back("third_party/");
banned_directories_.push_back("native_client/"); banned_directories_.push_back("native_client/");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment