| Index: content/renderer/indexed_db/renderer_webidbtransaction_impl.h
|
| diff --git a/content/renderer/renderer_webidbtransaction_impl.h b/content/renderer/indexed_db/renderer_webidbtransaction_impl.h
|
| similarity index 82%
|
| rename from content/renderer/renderer_webidbtransaction_impl.h
|
| rename to content/renderer/indexed_db/renderer_webidbtransaction_impl.h
|
| index c7390eeeee50e29099f474e31c0fe3576c207ada..6052b9064007da2bdcabea1b926ed44ac9476591 100644
|
| --- a/content/renderer/renderer_webidbtransaction_impl.h
|
| +++ b/content/renderer/indexed_db/renderer_webidbtransaction_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_RENDERER_WEBIDBTRANSACTION_IMPL_H_
|
| -#define CONTENT_RENDERER_RENDERER_WEBIDBTRANSACTION_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_INDEXED_DB_RENDERER_WEBIDBTRANSACTION_IMPL_H_
|
| +#define CONTENT_RENDERER_INDEXED_DB_RENDERER_WEBIDBTRANSACTION_IMPL_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -33,4 +33,4 @@ class RendererWebIDBTransactionImpl : public WebKit::WebIDBTransaction {
|
| int32 idb_transaction_id_;
|
| };
|
|
|
| -#endif // CONTENT_RENDERER_RENDERER_WEBIDBTRANSACTION_IMPL_H_
|
| +#endif // CONTENT_RENDERER_INDEXED_DB_RENDERER_WEBIDBTRANSACTION_IMPL_H_
|
|
|