Index: webkit/tools/test_shell/test_shell_request_context.h |
=================================================================== |
--- webkit/tools/test_shell/test_shell_request_context.h (revision 70342) |
+++ webkit/tools/test_shell/test_shell_request_context.h (working copy) |
@@ -1,11 +1,11 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H__ |
-#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H__ |
+#ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H_ |
+#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H_ |
-#include "base/thread.h" |
+#include "base/threading/thread.h" |
#include "net/http/http_cache.h" |
#include "net/url_request/url_request_context.h" |
@@ -42,4 +42,4 @@ |
scoped_ptr<webkit_blob::BlobStorageController> blob_storage_controller_; |
}; |
-#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H__ |
+#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H_ |