Commit 60dfcb7f authored by tfarina@chromium.org's avatar tfarina@chromium.org

Cleanup: Remove obsolete references to webkit_glue namespace.

BUG=338338
TEST=None
R=groby@chromium.org,avi@chromium.org,sky@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#288513}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288513 0039d316-1c4b-4281-b951-d872f2087c98
parent b58d2f8b
...@@ -126,7 +126,7 @@ class MockTextCheckingCompletion : public blink::WebTextCheckingCompletion { ...@@ -126,7 +126,7 @@ class MockTextCheckingCompletion : public blink::WebTextCheckingCompletion {
blink::WebVector<blink::WebTextCheckingResult> last_results_; blink::WebVector<blink::WebTextCheckingResult> last_results_;
}; };
// Operates unit tests for the webkit_glue::SpellCheckWord() function // Operates unit tests for the content::SpellCheck::SpellCheckWord() function
// with the US English dictionary. // with the US English dictionary.
// The unit tests in this function consist of: // The unit tests in this function consist of:
// * Tests for the function with empty strings; // * Tests for the function with empty strings;
......
...@@ -54,8 +54,7 @@ class CONTENT_EXPORT ChildProcess { ...@@ -54,8 +54,7 @@ class CONTENT_EXPORT ChildProcess {
// process goes away prematurely, the background thread can at least notice // process goes away prematurely, the background thread can at least notice
// the child processes's main thread exiting to determine that it should give // the child processes's main thread exiting to determine that it should give
// up waiting. // up waiting.
// For example, see the renderer code used to implement // For example, see the renderer code used to implement GetCookies().
// webkit_glue::GetCookies.
base::WaitableEvent* GetShutDownEvent(); base::WaitableEvent* GetShutDownEvent();
// These are used for ref-counting the child process. The process shuts // These are used for ref-counting the child process. The process shuts
......
...@@ -42,6 +42,6 @@ class FlingAnimatorImpl : public blink::WebGestureCurve { ...@@ -42,6 +42,6 @@ class FlingAnimatorImpl : public blink::WebGestureCurve {
DISALLOW_COPY_AND_ASSIGN(FlingAnimatorImpl); DISALLOW_COPY_AND_ASSIGN(FlingAnimatorImpl);
}; };
} // namespace webkit_glue } // namespace content
#endif // CONTENT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_ #endif // CONTENT_CHILD_FLING_ANIMATOR_IMPL_ANDROID_H_
...@@ -22,12 +22,7 @@ namespace IPC { ...@@ -22,12 +22,7 @@ namespace IPC {
class SyncChannel; class SyncChannel;
} }
namespace webkit_glue {
class WebThreadImpl;
}
namespace content { namespace content {
class ResourceDispatcher;
class WebThreadImpl; class WebThreadImpl;
class ThreadedDataProvider { class ThreadedDataProvider {
......
...@@ -23,8 +23,6 @@ namespace ui { ...@@ -23,8 +23,6 @@ namespace ui {
// This class is a wrapper for |Clipboard| that handles packing data // This class is a wrapper for |Clipboard| that handles packing data
// into a Clipboard::ObjectMap. // into a Clipboard::ObjectMap.
// NB: You should probably NOT be using this class if you include
// webkit_glue.h. Use ScopedClipboardWriterGlue instead.
class UI_BASE_EXPORT ScopedClipboardWriter { class UI_BASE_EXPORT ScopedClipboardWriter {
public: public:
// Create an instance that is a simple wrapper around clipboard. // Create an instance that is a simple wrapper around clipboard.
......
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