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

Side by Side Diff: content/child/v8_value_converter_impl.h

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 unified diff | Download patch
« no previous file with comments | « content/child/threaded_data_provider.cc ('k') | content/child/v8_value_converter_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_CHILD_V8_VALUE_CONVERTER_IMPL_H_ 5 #ifndef CONTENT_CHILD_V8_VALUE_CONVERTER_IMPL_H_
6 #define CONTENT_CHILD_V8_VALUE_CONVERTER_IMPL_H_ 6 #define CONTENT_CHILD_V8_VALUE_CONVERTER_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/basictypes.h"
11 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h"
12 #include "content/common/content_export.h" 12 #include "content/common/content_export.h"
13 #include "content/public/child/v8_value_converter.h" 13 #include "content/public/child/v8_value_converter.h"
14 14
15 namespace base { 15 namespace base {
16 class BinaryValue; 16 class BinaryValue;
17 class DictionaryValue; 17 class DictionaryValue;
18 class ListValue; 18 class ListValue;
19 class Value; 19 class Value;
20 } 20 }
21 21
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 89
90 // Strategy object that changes the converter's behavior. 90 // Strategy object that changes the converter's behavior.
91 Strategy* strategy_; 91 Strategy* strategy_;
92 92
93 DISALLOW_COPY_AND_ASSIGN(V8ValueConverterImpl); 93 DISALLOW_COPY_AND_ASSIGN(V8ValueConverterImpl);
94 }; 94 };
95 95
96 } // namespace content 96 } // namespace content
97 97
98 #endif // CONTENT_CHILD_V8_VALUE_CONVERTER_IMPL_H_ 98 #endif // CONTENT_CHILD_V8_VALUE_CONVERTER_IMPL_H_
OLDNEW
« no previous file with comments | « content/child/threaded_data_provider.cc ('k') | content/child/v8_value_converter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698