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

Side by Side Diff: third_party/sqlite/sqlite-src-3170000/vsixtest/MainPage.xaml.h

Issue 2747283002: [sql] Import reference version of SQLite 3.17.. (Closed)
Patch Set: Created 3 years, 9 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
OLDNEW
(Empty)
1 //
2 // MainPage.xaml.h
3 // Declaration of the MainPage class.
4 //
5
6 #pragma once
7
8 #include "MainPage.g.h"
9
10 namespace vsixtest
11 {
12 /// <summary>
13 /// An empty page that can be used on its own or navigated to within a F rame.
14 /// </summary>
15 public ref class MainPage sealed
16 {
17 public:
18 MainPage();
19 void UseSQLite(void);
20
21 };
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698