Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1184)

Unified Diff: content/utility/utility_thread_impl.h

Issue 10272018: Move IndexedDBKey, IndexedDBKeyRange into content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use "using content::*" aliasing for IDB/SSV types Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/utility_messages.h ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.h
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index eba5add013d229e254e4613c1e58fc2746cf81dd..3ab88636713a5ee5429ac9add57fed088c87e7fc 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -16,9 +16,9 @@
#include "content/public/utility/utility_thread.h"
class FilePath;
-class IndexedDBKey;
namespace content {
+class IndexedDBKey;
class IndexedDBKeyPath;
class SerializedScriptValue;
class WebKitPlatformSupportImpl;
@@ -48,7 +48,7 @@ class UtilityThreadImpl : public content::UtilityThread,
const std::vector<content::SerializedScriptValue>&
serialized_script_values,
const content::IndexedDBKeyPath& idb_key_path);
- void OnInjectIDBKey(const IndexedDBKey& key,
+ void OnInjectIDBKey(const content::IndexedDBKey& key,
const content::SerializedScriptValue& value,
const content::IndexedDBKeyPath& key_path);
void OnBatchModeStarted();
« no previous file with comments | « content/common/utility_messages.h ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698